

/* Mobile Layout: 480px and below. */


#platzhalter {
	width:100%;
	display:none;
	position:relative;
	
	background-color:#fff;
}

#platzhalter p {
	display:block;
	width:70%;
	margin-top:100px;
	margin-bottom:100px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #1F4E79;
	padding:20px;
}



.countries {
	display:block !important;
    height: 0;
    overflow: hidden !important;
    transition: height 0.5s ease-out;

}

h3 {
	margin-bottom:0;
}


.countryselect {
	height: 100px;
	text-align:center;
}

#countryform {
	margin-top:15px;
	font-size:0.9em;
}

.bestellbutton {
	text-align:center !important;
	font-size:1em;
	color:#fff !important;
	padding:0;
    display:block;
	width:90%;
	height:auto;
    line-height: 1.1em;
    text-align:center;
    text-decoration:none;
    background-color: #ED9B4E;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	box-shadow: 0px 5px 10px #888
}


.bestellbutton img {
    width:50px;
	height:auto;
	margin-left:5px;
	padding-right:5px;
	float:left;
	border-right:2px solid #fff;
}


.bestellbutton:hover {
	color:#fff !important;
	background-color: #DE7D28;
}



.showcountryanim {
	display:block !important;
    height: 0;
    overflow: hidden !important;
    transition: height 0.5s ease-out;
}


/* Tablet Layout: 481px to 800px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 560px) {
	
.countryselect {
	height: 130px;
	text-align:center;
}	
	
	
#countryform {
	margin-top:15px;
	font-size:1.2em;
}	
	
	
.bestellbutton {
    font-size: 1.2em;
    width: 420px;
    height: 50px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.bestellbutton img {
    width:50px;
	margin-left:5px;
	padding-right:5px;
}

	
	
}

/* Desktop and Tablet Landscape Layout: 801px. Inherits styles from: Mobile Layout and Tablet Layout. */






@media only screen and (min-width: 801px) {
	
	
#platzhalter p {
	display:block;
	width:50%;
	margin-top:150px;
	margin-bottom:150px;
}


	
}

/* 4K LAYOUT */

@media only screen and (min-width: 2500px) {
	
	


}


/* TABLET UND HANDY SPECIALS */

@media (pointer: coarse) {
 
 
}