/* ############### 1800px ############### */


@media (max-width: 1800px) {

}


/* ############### 1650px ############### */


@media (max-width: 1650px) {
	#textbox_home article, #kontakt .kontakt_title {  
	  width: 60%;
	  margin: 0px 20% 0px 20%;
	}
	#projekte .overlay {
	  top: 20px;
	}
	#projekte h2 {
	  font-size: 20px;
	}

}


/* ############### 1550px ############### */


@media (max-width: 1550px) {
	#projekte article { 
	  height:60px;
	}
}


/* ############### 1400px ############### */


@media (max-width: 1400px) {
	#textbox_home article, #booking article, #kontakt .kontakt_title {  
	  width: 70%;
	  margin: 0px 15% 0px 15%;
	}
	#booking .container_2 {   
	  width:90%;  
	  margin:65px 5% 22px 5%;
	}
  a.navigation { 
	  font-size: 16px;
	  margin: 0px 50px 0px 0px;
	} 
	.navigation_active { 
	  font-size: 16px;
	  margin: 0px 50px 0px 0px;
	}
}


/* ############### 1300px ############### */


@media (max-width: 1300px) {
	#projekte h2 {
	  font-size: 18px;
	}
	#booking .container_2 {   
	  width:100%;  
	  margin:65px 0% 22px 0%;
	}
}


/* ############### 1200px ############### */


@media (max-width: 1200px) {
	#textbox_home article, #booking article, #kontakt .kontakt_title {  
	  width: 80%;
	  margin: 0px 10% 0px 10%;
	}
  .photo {
		height: 180px;
	}
	.photo_big {
		height: 180px;
	}
  #projekte article { 
	  height:50px;
	}
	#store_button {  
	  width: 34%;
	  margin: 0px 33% 31px 33%;
	}
}


/* ############### 1100px ############### */

@media (max-width: 1100px) {
	#textbox_home, #booking {  
	  padding: 41px 0px 43px 0px;
	}
	#booking .container {  
		width:100%;
	  margin:45px 0% 0px 0%;
	}
	#textbox_home article, #booking article, #kontakt .kontakt_title {  
	  width: 90%;
	  margin: 0px 5% 0px 5%;
	}
	#footer {  
	  padding: 50px 0px 45px 0px;
	}
	#textbox_home .container {  
	  width: 50%;
	  margin:43px 25% 45px 25%;
	}
}


/* ############### 1050px ############### */


@media (max-width: 1050px) {
	#footer {  
	  padding: 29px 0px 23px 0px;
	}
	#kontakt .container_2 {  
	  padding: 20px; 
	} 
  #navigation_container .logo img {
    width:200px;
  }
  #footer img {  
		width:200px;
	  padding: 0px 0px 20px 0px;
	}
  #navigation_container .logo {
	  top: 28px; 
	}
  #projekte article { 
	  height:80px;
	}
	#projekte .element_4 { 
	  margin: 0px 2.5% 0px 2.5%;
	}
	#projekte article { 
	  width: 28.75%;
	  margin: 0px 2.5% 0px 0%;
	}
	#projekte .container_left { 
	  width: 28.75%;
	  margin: 0px 2.5% 0px 2.5%;
	}
	#projekte .logo_itunes { 
	  width: 55%;
	}
	#projekte .itunes { 
	  padding:6px 0 27px 0;
	}
  #footer_link_1, #footer_link_2 {
  	display:none;
  }
  #mobileMenu {
    display: block;
    z-index: 99;
  }
  .toggleMobile {
    position: fixed;
    top: 12px;
    right: 12px;
    display: block;
    width: 40px;
    height: 36px;
    cursor: pointer;
    z-index: 999;
  }
	.toggleMobile span.menu1 {
	  display: block;
	  position: absolute;
	  width: 40px;
	  height: 8px;
	  left: 0;
	  background: #cf7803;
	  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	.toggleMobile span.menu2 {
	  display: block;
	  position: absolute;
	  width: 40px;
	  height: 8px;
	  left: 0;
	  background: #375902;
	  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	.toggleMobile span.menu3 {
	  display: block;
	  position: absolute;
	  width: 40px;
	  height: 8px;
	  left: 0;
	  background: #ffebb2;
	  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
  .toggleMobile span.menu1 {
    top: 0;
  }
  .toggleMobile span.menu2 {
    top: 14px;
  }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        #top_navigation_bg
        {
                display:none;
        }
}


/* ############### 915px ############### */


@media (max-width: 915px) {

	#store_button {  
	  width: 44%;
	  margin: 0px 28% 31px 28%;
	}
	#cookies article {
		width:90%; 
		padding: 0px 5% 0px 5%;
	}
	#cookies p {
	  text-align:center;
		padding: 50px 3% 30px 0%; 
	}

	#booking .container, #textbox_home .container {  
	  padding: 30px; 
	} 
	#store article {  
	  width: 95%;
	  margin: 0px 2.5% 0px 2.5%;
	  text-align:center;
	}
	#store .container{  
		margin-top:27px;
	  text-align:center;
	}
	#store .preis{  
	  width:100%; 
	  text-align:center; 
	  margin-bottom:16px; 
	  margin-top:3px;
	}
	#store .versand{  
	  text-align:center; 
	  margin-top:7px;
	}
	#store_linie {  
	  width: 30%;
	  margin: 0px 35% 31px 35%;
	}
}


/* ############### 800px ############### */


@media (max-width: 800px) {
	#impressum article {  
	  padding: 21px 0px 23px 0px;
	}
	#store_form .bestellung {  
	  margin-bottom:23px;
	}
	#store_titel_ohne_margin .versand_2 {  
	  margin-bottom:16px;
	}
	.title {
	  margin-bottom:5px;
	}
	#store_checkout_zahlart {  
	  width: 95%;
	  margin: 0px 2.5% 15px 2.5%;
	}
	#store_checkout_zahlart div {  
	  margin: 0px 0 10px 0;
	}
	#store_checkout_adresse {  
	  width: 95%;
	  margin: 0px 2.5% 10px 2.5%;
	}
	#store_checkout_adresse table {  
	   margin-bottom:3px;
	}
	#store_button {  
	  width: 44%;
	  margin: 0px 28% 11px 28%;
	}
	#store_titel_ohne_margin .versand {  
	  margin-bottom:23px;
	}
	#store_radiobuttons {  
	  margin: 0px 2.5% 17px 2.5%;
	}
	#store_form {  
	  margin: 0px 2.5% 0px 2.5%;
	}
	#store_titel {  
	  padding: 21px 0px 0px 0px;
	}
	#store {  
	  padding: 0px 0px 30px 0px;
	}
	#store_linie {  
	  width: 30%;
	  margin: 0px 35% 30px 35%;
	}
  #store .container{  
		margin-top:27px;
	}
	#projekte article { 
	  height:60px;
	}
	#textbox_home {  
	  padding: 21px 0px 0px 0px;
	}
	#textbox_home .cliandissimo {  
	  padding: 0px 0px 23px 0px;
	}
	#textbox_home .container {  
	  width: 70%;
	  margin:23px 15% 25px 15%;
	}
	.title {
	  font-size: 30px;
	  line-height:40px;
	}
	 .photo {
		height: 150px;
	}
	.photo_big {
		height: 150px;
	}
}


/* ############### 700px ############### */


@media (max-width: 700px) {
  #textbox_home .container {  
	  width: 100%;
	  margin:23px 0% 25px 0%;
	}
}

/* ############### 600px ############### */


@media (max-width: 600px) {
	#projekte article { 
	  height:50px;
	}
	#store_button {  
	  width: 64%;
	  margin: 0px 18% 11px 18%;
	}
}


/* ############### 500px ############### */


@media (max-width: 501px) {
  .title {
	  font-size: 24px;
	  line-height:36px;
	}
  .photo {
		height: 120px;
	}
	.photo_big {
		height: 120px;
	}
	#store_button {  
	  width: 74%;
	  margin: 0px 13% 11px 13%;
	}
}

/* ############### 420px ############### */

@media (max-width: 420px) {

}

}