/*
 Theme Name:    Suedbund Premium
 Description:   Childtheme um Änderungen in Blocksy Updatesicher zu machen
 Template:      blocksy
 Version:       1.0.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/
.header-logo {
	box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.5)!important;
}

/*Logo Header Float Top*/
@media only screen and (min-width: 1000px) {
#header [data-items="primary"] {
		    align-items: start!important;
	}
}
@media only screen and (max-width: 999px) {
.ct-container-fluid [data-items="primary"] {
			align-items: start!important;
 	}
}
@media only screen and (max-width: 700px) {
.ct-container-fluid [data-items="primary"] {
			align-items: start!important;
 	}
}
/*Raum3 Logo Tablet/Mobil Höhe*/
@media only screen and (max-width: 999px) { 
	img.wp-image-843 {
		max-width:100px!important;
			}
}
@media only screen and (max-width: 700px) { 
	img.wp-image-843 {
		max-width:60px!important;
			}
}
/*Desktop Cover*/
@media only screen and (min-width: 1000px) { 
	.ct-header [data-row*="top"] {
				height:350px!important;
	}
}
/*Mobile Tablet Cover*/
@media only screen and (max-width: 999px) { 
	.ct-header [data-row*="bottom"] {
				height:350px!important;
	}
}
/*Mobile Mobil Cover*/
@media only screen and (max-width: 700px) { 
	.ct-header [data-row*="bottom"] {
				height:200px!important;
	}
}
/*__Raum3-Konfigurator Fullscreen Button__*/
.raum3-fullscreen-btn {
	padding:10px 25px 10px 25px;
	color:white;
	font-weight:700;
	letter-spacing:1px;
	background-color:#b00930;
	border-radius:25px;
}
.raum3-fullscreen-btn:hover {
	cursor:pointer;
	transition:background-color 0.3s ease;
	background-color:#0c0d0e;
	box-shadow: 0px 15px 15px -15px rgba(0,0,0,0.5);
}