@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Roboto');


@media screen and (min-width:1100px){

#mobile{
    display: none;
}

body {
	margin: 0;
	background: #fff;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #222;
}

.container {
	width: 80%;
	margin: 0 auto;
}

header {
  background: #fff;
  background-image: linear-gradient(to right,#fff , #baac7a);
}

header::after {
  content: '';
  display: table;
  clear: both;
}

.logo {
  float: left;
  padding: 10px 0;
  width: 90px;
}

nav {
  float: right;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 70px;
  padding-top: 23px;

  position: relative;
}

nav a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover {
  color: #fff;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  background-color: #444;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 250ms;
}

nav a:hover::before {
  width: 100%;
}

.bg{
    background-image: linear-gradient(180deg,rgba(95, 95, 95, 0.4),rgba(86, 86, 86, 0.4)),url(../images/bg.jpg);
    height: 800px;
    background-size: cover;
    -webkit-box-shadow: inset -1px 9px 10px -8px rgba(84,84,84,0.8);
-moz-box-shadow: inset -1px 9px 10px -8px rgba(84,84,84,0.8);
box-shadow: inset -1px 9px 10px -8px rgba(84,84,84,0.8);
background-attachment: fixed
}

.first{
    padding-top: 50px;
}

.main{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 15%;
}

.mainh1{
    font-size: 50px;
    font-weight: bold;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    background: rgb(186,172,122, .6);
    padding: 10px;
}

.main h3{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    background: rgb(186,172,122, .6);
    padding: 10px;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.first h2{
    padding-top: 30px;
    padding-bottom: 60px; 
    font-size: 40px;
}

.grid{
    display: grid;
    grid-template-columns: repeat(2fr, 1);
}

.grid1{
    grid-column: 1/2;
    grid-row: 1/2;
    animation-duration: 2s;
}
.grid1 img{
    width: 98%;
    grid-row: 1/2;
    -webkit-box-shadow: 10px 10px 10px -4px rgba(84,84,84,0.8);
-moz-box-shadow: 10px 10px 10px -4px rgba(84,84,84,0.8);
box-shadow: 10px 10px 10px -4px rgba(84,84,84,0.8);
}

.grid2{
    grid-column: 2/3;
    grid-row: 2/3;
    padding-top: 100px;
    animation-duration: 4s;
}

.grid2 img{
    width: 98%;
    -webkit-box-shadow: -10px 10px 10px -4px rgba(84,84,84,0.8);
    -moz-box-shadow: -10px 10px 10px -4px rgba(84,84,84,0.8);
    box-shadow: -10px 10px 10px -4px rgba(84,84,84,0.8);
}

.grid3{
    grid-column: 1/2;
    grid-row: 3/4;
    padding-top: 100px;
    animation-duration: 6s;
}
.grid3 img{
    width: 98%;
    grid-row: 3/4;
    -webkit-box-shadow: 10px 10px 10px -4px rgba(84,84,84,0.8);
-moz-box-shadow: 10px 10px 10px -4px rgba(84,84,84,0.8);
box-shadow: 10px 10px 10px -4px rgba(84,84,84,0.8);
}

.grid4{
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 15%; 
}
.grid5{
    grid-column: 1/2;
    grid-row: 2/3;
    padding-top: 25%;
}
.grid6{
    grid-column: 2/3;
    grid-row: 3/4;
    padding-top: 25%;
}
.grid4 h3, .grid5 h3, .grid6 h3{
    font-size: 40px
}
.grid4 p, .grid5 p, .grid6 p{
    font-size: 16px;
    padding: 0 100px;
}


.leftsidebar {
    position: fixed;
    top: 75%;
    z-index: 999;
}
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}
.collection {
    border: none;
}
.collection {
    margin: .5rem 0 1rem 0;
    border: 1px solid #111;
    border-radius: 1px;
    overflow: hidden;
    position: relative;
}
.collection .collection-item {
    background-color: rgb(17, 17, 17,.9);
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: none !important;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
}
.collection .collection-item {
    background-color: rgb(17, 17, 17,.9);
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.imgside{
    width: 30px;
}



.footerwrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    max-width: auto;
    background: #111;
    margin-left: auto;
    margin-right: auto;
    color: white;
    margin-top: 100px;
    font-family: Roboto;
}
.footerwrapper p {
    grid-column: 2/4;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
    grid-row: 2;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}
.firsticonfooter {
    grid-column: 2/3;
    grid-row: 3;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}
.secondiconfooter {
    grid-column: 3/4;
    grid-row: 3;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}
.thirdiconfooter {
    grid-column: 4/5;
    grid-row: 3;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}
.trenn {
    border-bottom: 1px solid #baac7a !important;
    margin: 25px;
    grid-row: 4;
    grid-column: 2/4;
}
.nützliche {
    grid-row: 5;
    grid-column: 2/3;
    padding-left: 40px;
    height: 200px;
}
.footerwrapper a {
    text-decoration: none;
    color: white;
    padding-top: 15px;
    font-weight: 400;
}
.footerwrapper img {
    width: 30px;
}
.btmfooter{
    height: 20px;
    background: #111;
    margin: 0;
    color: #ccc;
    font-weight: 200;
    font-size: 12px;
}
.btmfooter p{
    margin: 0;
}
.containerbtm{
    width:50%;
    margin: 0 auto;
    text-align: center;
}
}




@media screen and (max-width:1099px){
#desktop{
    display: none;
}
*{
    box-sizing: border-box;
  }
  .fixedheader{
    display: grid;
    grid-template-columns: repeat(9,1fr);
    background-color: #fff;
    height: 92px;
    margin: 0;
    padding: 15px 20px 20px 20px;
    border-bottom: 1px solid #d8d8d8;
    position: fixed;
}
.logofixedhd{
    grid-column: 1/2;
}
.logofixedhd img{
    width: 120px;
}
.telfixedhd{
    grid-column: 7/8;
    font-size: 14px;
    margin-left: 70px;
    padding-top: 10px;
    background: url(../images/phone.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position: center;
    background-size: 35px;
    padding: 15px;
}

.mailfixedhd{
    grid-column: 8/9;
    font-size: 14px;
    padding-top: 10px;
    background: url(../images/envelope.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position: center;
    background-size: 35px;
    padding: 15px;
    margin-left: 20px
}
.mainhd{
    background: linear-gradient(180deg,transparent 78%,rgba(0,0,0,.83) 93%),url(../images/bgm.jpg);
    background-size: cover;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: minmax(55px, auto);
    background-position: center;
}
}
.bg{
    grid-column: 1/3;
    grid-row: 1/8;
}
.tel{
    padding: 15px;
}
.mail{
    padding: 15px;
}
  .sticky {
    background-color: rgba(255, 255, 255, 0.93);
    top: 0;
    left: 0;
    position: fixed;
    -webkit-transition: all 1s ease-out;
    transition: all .5s ease-out;
    background: #f4f4f4;
    background: -moz-linear-gradient(top,#f4f4f4 0%,#f4f4f4 100%)!important;
    background: -webkit-linear-gradient(top,#f4f4f4 0%,#f4f4f4 100%)!important;
    background: linear-gradient(to bottom,#f4f4f4 0%,#f4f4f4 100%)!important;
    display: block;
    box-shadow:  0 0 3px 0 rgba(0,0,0,.3);
    top: 0;
    line-height: 50px;
    width: 100%;
    display: block;
    height: 70px;
}
.captcha {
  grid-column: 1 / 3;
}
.newa1{
  display:none;
}
.newa2{
  float: left;
}
input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}
.newa2 a{
  background: #c6b582;
  color: white;
  padding: 5px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.164);
}
.newa3 a{
  background: #c6b582;
  color: white;
  padding: 5px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.164);
}
  

  body{
      background: linear-gradient(180deg,#f4f4f4,#f4f4f4);
      color: #333;
      font-family: 'Robot', sans-serif;
      line-height: 1.3;
      padding: 0;
      margin:0;
  }
  h2{
    font-weight: 700;
  }
  li{
      list-style: none;
  }
  a{
      text-decoration: none;
      color: black;
      list-style: none;
  }
  .wrappera{
      display: grid;
      grid-template-columns:repeat(2,1fr);
      max-width: auto;
      grid-gap: 0;
      grid-auto-rows: minmax(50px, auto);
      grid-column: border 2px solid #ffffff;
      justify-items: center;
      padding: 10px;
      padding-bottom: 10px;
      
  }
  /*.wrapperb{
      display: grid;
      grid-template-columns:repeat(1,1fr);
      max-width: auto;
      grid-gap: 0;
      grid-auto-rows: minmax(50px, auto);
      justify-items: center;
      background: url(../images/hintergrund2.jpg) scroll;
      padding: 10px;
      padding-bottom: 15px;
  }*/
  .mobilewrapper{
    display: grid;
    grid-template-columns:repeat(1,1fr);
    max-width: auto;
    grid-gap: 0;
    grid-auto-rows: minmax(50px, auto);
    justify-items: center;
    padding: 2px;
    padding-bottom: 5px;
    background: linear-gradient(180deg,#f4f4f4,#f4f4f4);
  }
  .full{
    width: 100%;
  }
  /*-------CONTAINER A --------------*/
  .a{
    grid-column: 1/3;
    grid-row: 1/1
  }
  .a img{
    padding: 10px;
    max-width: 300px;
    grid-column: 1/1;
  }
  .a2{
    grid-column: 1/2;
    grid-row: 2/3;
    background: #c6b582;
    align-self: center;
    border: 1px solid #fff9;
border-radius: 2px;
padding: 5px;
font-size: 14px;
  }
  .a2 a, .a3 a{
    color: white;
  }
  .a3{
    grid-row: 2/3;
    grid-column: 2/3;
    background: #c6b582;
    align-self: center;
    border: 1px solid #fff9;
border-radius: 2px;
padding: 5px;
font-size: 14px;
  }
  .headline030{
    display: none;
  }
  
  
  
  /*-------CONTAINER B --------------*/
  /*.b{
    background: url(../images/hintergrund2.jpg)fixed;
    grid-column: 1/3;
  }
  /*.b1{
    grid-column: 1/2;
    grid-row:2/4;
    border: 1px solid #ccc;
    font-weight: 700;
  }
  .b1 h2{
    font-family: "Open Sans", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0px 0px 23px rgba(0,0,0,0.65);
    color: white;
  }*/
  
  /*-------FORM---------------------*/
  
  
  
  .contact form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  
  .contact form label{
    font-size: 12px;
  }
  
  .contact form input{
    border: 1px solid #9b9b9b !important;
    border-radius: 0 2px 2px 0 !important;
    width: 100%;
    padding: 10px 10px;
  }
  
  .contact form .auszugsort input{
    background: url(../images/logout.png) no-repeat scroll 1px;
    background-size: 30px;
    padding-left:40px;
    background-color: white;
}
.contact form .einzugsort input{
    background: url(../images/login.png) no-repeat scroll 1px;
    background-size: 30px;
    padding-left:40px;
    background-color: white;
}
.contact form .date input{
    background: url(../images/calender.png) no-repeat scroll 1px;
    background-size: 30px;
    padding-left:40px;
    background-color: white;
    font-family: open sans;
}
.contact form .vorname input{
    background: url(../images/name.png) no-repeat scroll 1px;
    background-size: 30px;
    padding-left:40px;
    background-color: white;
}
.contact form .email input{
    background: url(../images/envelope.png) no-repeat scroll 2px;
    background-size: 30px;
    padding-left:40px;
    background-color: white;
}
  .contact form .telefonnummer input{
      background: url(../images/svg/phone.svg) no-repeat scroll 10px;
      background-size: 11px;
      padding-left:30px;
      background-color: white;
  }
  
  .contact form .auszugsort input{
    border-bottom: 0px !important;
  }
  .contact form input.has-error{
    border:solid 1px #ff3e00 !important;
    }
  
  .contact form .full{
    grid-column: 1 / 3;
    width: 100%;
  }
  
  .contact form h3{
    grid-column: 1 / 3;
    width: 100%;
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 24px;
    color: #444;
    font-weight: 600;
  }
  
  .contact form .full .btn{
    background: #c6b582;
    border: 0;
    border-radius: 2px 2px 2px 2px !important;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
    font-family: Open Sans;
    cursor: pointer;
  }
  
  .contact form button{
    margin-top: 25px;
  }
  
  /*-------CONTAINER C --------------*/
  .c{
    width: auto;
    grid-column: 1/1;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    text-align: center;
    padding-bottom: 50px;
  }
  
  .c img{
    padding: 5px;
    padding-top: 30px;
  }
  .c h2{
    color: #c6b582;
    text-transform: uppercase;
    font-size: 20px;
  }
  .c p{
    color: #333;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /*-------CONTAINER D --------------*/
  .d{
    background: linear-gradient(180deg,rgba(95, 95, 95, 0.4),rgba(86, 86, 86, 0.4)),url(../images/bg.jpg);

background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-attachment: scroll, scroll;
background-size: auto auto, auto auto;

background-size: cover;

height: 180px;

grid-column: 1/6;

grid-row: 9/12;

justify-self: left;

text-align: center;

padding: 30px;

background-position: 0 0,50% 50%;

background-attachment: scroll;
  }
  .footerlinks {
    padding-bottom: 10px;
}
  .d button{
    background: #c6b582;
    border: 0;
    border-radius: 0px;
    padding: 9px 5px;
    color: white;
    font-size: 11px;
    font-weight: 600;
  }
  .d a{
    color: white;
  }
  .d h4{
    color: white;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
  }
  /*-------CONTAINER E --------------*/
  .e{
    background: #f4f4f4;
    text-align: center;
    grid-column: 1/6;
    grid-row: 12/15;
    padding: 30px;      }
  
  .e h2{
    color:#444;
  }
  .e p{
    color: #333;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

/*--------------BOXES------------------*/
  .i{
    grid-row: 1/4;
    padding-bottom: 25px;
  }
  .i h2{
    color: #c6b582;
text-transform: uppercase;
font-size: 20px;
text-align: center;
padding-top: 15px;
  }
  .box1wrapper{
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   padding-bottom: 10px;
   padding-top: 25px;
  }
  .box2wrapper{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 25px;
   }
   .box3wrapper{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 25px;
   }
  .box1{
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    background-image: url(../images/pic2.jpg),linear-gradient(180deg,#fff,rgba(255, 255, 255, 0.747));
    background-repeat: no-repeat,repeat;
    background-size: contain,auto;
    background-position: 50% 0,0 0;
    background-attachment: scroll !important;
    display: block;
    width: 300px;
    height: 360px;
    padding-top: 0;
    padding-left:5px;
    padding-right:5px;
  }
  .box1:hover{
    box-shadow: 0 0 10px 1px rgba(0,0,0,.7);
  }
  .box1 h3{
    padding-top: 140px;
    color: #c6b582;
  }
  .box2{
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    background-image: url(../images/pic1.jpg),linear-gradient(180deg,#fff,rgba(255, 255, 255, 0.747));
    background-repeat: no-repeat,repeat;
    background-size: contain,auto;
    background-position: 50% 0,0 0;
    background-attachment: scroll !important;
    display: block;
    width: 300px;
    height: 360px;
    padding-top: 0;
    padding-left:5px;
    padding-right:5px;
  }
  .box2:hover{
    box-shadow: 0 0 10px 1px rgba(0,0,0,.7);
  }
  .box2 h3{
    padding-top: 170px;
    color: #c6b582;
  }
  .box3{
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    background-image: url(../images/pic3.jpg),linear-gradient(180deg,#fff,rgba(255, 255, 255, 0.747));
    background-repeat: no-repeat,repeat;
    background-size: contain,auto;
    background-position: 50% 0,0 0;
    background-attachment: scroll !important;
    display: block;
    width: 300px;
    height: 410px;
    padding-top: 0;
    padding-left:10px;
    padding-right:10px;
  }
  .box3:hover{
    box-shadow: 0 0 10px 1px rgba(0,0,0,.7);
  }
  .box3 h3{
    padding-top: 180px;
    color: #c6b582;
  }
  .textbox{
    color: #555;
    font-size: 12px;
    font-weight: 300;
    padding: 5px;
}
  
  .abox{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 300;
  }
  .abox a{
    color: #c6b582;
  }

  /*-------CONTAINER F --------------*/
  .footer{
    background: #111;
    grid-column: 1/6;
    grid-row: 18/21;
    color: white;
    text-align: center;
    padding: 10px;
  }
  .telfooter p{
    color: white;
  }
  .telfooter a{
    color: white;
  }
  .emailfooter p{
    color: white;
  }
  .emailfooter {
    padding-top: 25px;
    padding-bottom: 25px;
}
  .footer p{
    font-size: 14px;
    font-weight: 400;
    padding-top: 20px;
    margin: 0;
    color: white;
  }
  .footer h3{
    margin: 0;
    clear: left;
  }
  .trenn{
    border-bottom: 1px solid #9b9b9b !important;
    margin: 25px;
  }
  .footera1 {
    background: url(../images/envelope.png) no-repeat;
    background-position: center;
    background-size: 25px;
    padding: 15px;
  }
  .footera2 {
    background: url(../images/phone.png) no-repeat;
    background-position: center;
    background-size: 25px;
    padding: 15px;
  }
  
  .footer img{
    padding-top: 20px;
    width:100%;
    padding-left: 10px;
  }
  .footer ul, .footer ul li{
    text-align: left;
    font-size: 13px;
    padding-bottom: 10px;
  }
  .footerlinks a{
    font-family: 'Open Sans',sans-serif;
    clear: left;
    font-size: 13px;
    color: white;
    padding-bottom: 10px;
  }
  .footerlinks h3{
  }
  .footerlinks a:hover{
    color:#c6b582;
  }
  .footerlinks a:last-child{
    padding-bottom: 20px;
  }

}