/*-----------------------------------------------------------------------------------
	Thor Überspannungsschutz
	About: A shiny new Blocs website.
	Author: Admin
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'HeadingNow-65Medium';
	src: url('./fonts/HeadingNow-65Medium/font.woff2');
	src: url('./fonts/HeadingNow-65Medium/font.woff2') format('woff2'),
	url('./fonts/HeadingNow-65Medium/font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'HeadingNow-64Regular';
	src: url('./fonts/HeadingNow-64Regular/font.woff2');
	src: url('./fonts/HeadingNow-64Regular/font.woff2') format('woff2'),
	url('./fonts/HeadingNow-64Regular/font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Thick Bars Menu Icon */
.navbar-light .menu-icon-thick-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='5' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-thick-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='5' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
.navbar-toggle.menu-icon-thick-bars{
	margin-top:4px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}


/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}



/* = Lists
-------------------------------------------------------------- */
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"HeadingNow-64Regular";
}
.container{
	max-width:1140px;
}
.text{
	font-size:40px;
	text-align:center;
	border-style:solid;
	padding-left:0px;
	color:#000000!important;
	font-weight:400;
	font-family:"Lato";
	width:100%;
	border-width:0px 0px 12px 0px;
}
.p-style{
	font-size:16px;
	font-family:"HeadingNow-64Regular";
	color:#000000!important;
}
.div{
	text-align:center;
}
.p-margin-bottom{
	margin-bottom:40px;
	font-family:"HeadingNow-65Medium";
}
.button{
	border-style:solid;
	border-color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
p{
	font-family:"HeadingNow-64Regular";
}
h1{
	font-family:"HeadingNow-65Medium";
	font-size:42px;
	line-height:56px;
}
h2{
	font-family:"HeadingNow-65Medium";
	font-size:28px;
	line-height:42px;
	color:#000000!important;
}
h3{
	font-family:"HeadingNow-65Medium";
	font-size:21px;
	color:#000000!important;
	line-height:32px;
}
.hero{
	padding:400px 400px 400px 400px;
}
.h1-style{
	font-size:60px;
}
.padding{
	padding:150px 0px 150px 0px;
}
.linie-h1{
	border-style:solid;
	border-color:#000000!important;
	border-width:0px 0px 12px 0px;
}
.copy-text{
	font-family:"HeadingNow-64Regular";
	font-size:16px;
	line-height:21px;
	color:#000000!important;
}
.copy-text-fett{
	font-family:"HeadingNow-65Medium";
	text-transform:uppercase;
	color:#000000!important;
	font-size:16px;
	line-height:21px;
}
.p-padding-top{
	padding-top:35px;
	padding-left:75px;
	padding-right:75px;
}
.img-style{
	width:400px;
	padding-top:0px;
	padding-bottom:0px;
	height:62px;
	padding-right:190px;
	margin:0px 0px 0px 0px;
}
.button-rahmen-weiss{
	border-style:solid;
	border-color:#FFFFFF!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	color:#000000!important;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-weiss:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.container-div-padding-top{
	padding-top:35px;
}
.img-thor-lo-style{
	width:350px;
}
.navi_container{
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-color:#000000!important;
	min-width:250px;
	max-width:250px;
}
.ausrichtung{
	text-align:left;
}
.navi_kontakt{
	position:relative;
	font-family:"HeadingNow-64Regular";
	text-align:left;
	font-size:16px;
	color:#000000!important;
	margin:15px 15px 15px 15px;
}
.thor-menu{
	justify-content:center;
	align-items:center;
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-style:solid;
	border-color:#000000!important;
	width:400px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:60px;
}
.padding-header{
	padding-left:8%;
	padding-top:40px;
}
.padding-infobox{
	margin:70px 70px 70px 70px;
}
.padding-infobox-hl{
	margin-bottom:5px;
	padding:40px 20% 0px 20%;
}
.padding-infobox-button{
	margin-bottom:60px;
}
.navi_kontakt:hover{
	font-family:"HeadingNow-64Regular";
	font-size:16px;
	color:#F9C932!important;
}
.list{
	width:85px;
	height:85px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.button-rahmen-orange{
	border-style:solid;
	border-color:#F9C932!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	color:#FFFFFF!important;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-orange:hover{
	border-color:#FFFFFF!important;
	border-style:solid;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.thor-hero{
	width:100%;
}
.linie-h1-hero{
	border-style:solid;
	border-color:#FFFFFF!important;
	width:100%;
	margin:0px 0px 30px 0px;
	padding:0px 0px 10px 0px;
	border-width:0px 0px 12px 0px;
}
.h1-weiss{
	color:#FFFFFF!important;
	font-family:"HeadingNow-65Medium";
	font-weight:800;
	font-size:42px;
	line-height:56px;
}
.button-rahmen-blau{
	border-style:solid;
	border-color:#00DCFF!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	color:#000000!important;
	background-color:transparent;
	margin-left:65px;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-blau:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.copy-text-klein{
	font-family:"HeadingNow-64Regular";
	font-size:12px;
	line-height:14px;
	color:#000000!important;
	border-style:solid;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.wrap{
	width:61px;
	border-style:_popUpItemAction:;
	padding-right:22px;
	float:none;
}
.haus-info-ziffer{
	float:left;
	width:61px;
	position:relative;
	top:0px;
	left:0px;
}
.haus-info-hl{
	position:absolute;
	top:4px;
	left:70px;
	float:none;
	font-size:16px;
	font-family:"HeadingNow-65Medium";
	color:#000000!important;
	line-height:21px;
	margin-left:10px;
}
.haus-info-image{
	width:106px;
	margin-left:60px;
}
.haus-info-text{
	font-family:"HeadingNow-64Regular";
	font-size:12px;
	color:#000000!important;
	margin-left:65px;
	margin-top:10px;
}
.img-thor-grafik-ha-style{
	width:700px;
}
.haus-info-trennlinie{
	margin-bottom:20px;
	border-style:solid;
	border-color:#E9EAE9!important;
	padding-bottom:25px;
	min-width:250px;
	border-width:0px 0px 8px 0px;
}
.button-rahmen-flieder{
	border-style:solid;
	border-color:#C396C8!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	color:#000000!important;
	background-color:transparent;
	margin-left:65px;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-flieder:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-lila{
	border-style:solid;
	border-color:#7387B9!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	color:#000000!important;
	background-color:transparent;
	margin-left:65px;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-lila:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-braun{
	border-style:solid;
	border-color:#D2AF82!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	color:#000000!important;
	background-color:transparent;
	margin-left:65px;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-braun:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-gruen{
	border-style:solid;
	border-color:#87FF73!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	color:#000000!important;
	background-color:transparent;
	margin-left:65px;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-gruen:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-rot{
	border-style:solid;
	border-color:#E6552C!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	color:#000000!important;
	background-color:transparent;
	margin-left:65px;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-rot:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.h1-padding-top{
	padding-top:30px;
}
.copy-text-fett-weiss{
	font-family:"HeadingNow-65Medium";
	text-transform:uppercase;
	color:#FFFFFF!important;
	font-size:16px;
	line-height:21px;
}
.linie-h1-weiss{
	border-style:solid;
	border-color:#FFFFFF!important;
	border-width:0px 0px 12px 0px;
}
.copy-text-weiss{
	font-family:"HeadingNow-64Regular";
	font-size:16px;
	line-height:21px;
	color:#FFFFFF!important;
}
.copy-text-klein-weiss{
	font-family:"HeadingNow-64Regular";
	font-size:12px;
	line-height:14px;
	color:#FFFFFF!important;
}
.linie-typ3{
	border-style:solid;
	border-color:#FFFFFF!important;
	margin-top:40px;
	padding:40px 40px 40px 40px;
	border-width:0px 0px 0px 1px;
}
.linie-typ2{
	border-style:solid;
	border-color:#FFFFFF!important;
	margin-top:40px;
	padding:40px 40px 40px 40px;
	border-width:0px 0px 0px 1px;
}
.linie-typ1{
	border-style:solid;
	border-color:#FFFFFF!important;
	margin-top:40px;
	padding:40px 40px 40px 40px;
	border-width:0px 0px 0px 0px;
}
.spalte-typ-li{
	padding-right:20px;
	padding-left:10px;
}
.img-padding-bottom{
	padding-bottom:15px;
}
.img-thor-blitz-wei-padding-bottom{
	padding-bottom:15px;
}
.spalte-typ-re{
	padding-right:10px;
	padding-left:20px;
}
.spalte-typ{
	padding-right:15px;
	padding-left:15px;
}
.h1-padding-bottom{
	padding-bottom:1px;
	margin-bottom:0px;
}
.p-padding-bottom{
	padding-bottom:20px;
}
.spalte-abstand-textblock{
	padding:80px 80px 80px 80px;
}
.img-thor-logo-wei-style{
	padding-bottom:0px;
	margin-bottom:25px;
	height:60px;
}
.h1-margin-bottom{
	margin-bottom:-1px;
	padding-left:140px;
	padding-right:140px;
}
.copy-text-klein-fett{
	font-family:"HeadingNow-65Medium";
	font-size:12px;
	line-height:14px;
	color:#000000!important;
}
.btn-padding-top{
	margin-top:30px;
}
.label-padding-top{
	padding-top:10px;
}
.linie-formular{
	border-style:solid;
	border-color:#FFFFFF!important;
	border-width:1px 0px 0px 0px;
}
.label-bloc-7-padding-top{
	padding-top:4px;
}
.img-35-style{
	height:80px;
}
.linie-footer{
	border-style:solid;
	border-color:#FFFFFF!important;
	border-width:0px 1px 0px 0px;
}
.hg-spalte{
	background-color:transparent;
	background-size:contain;
	background-repeat:no-repeat;
}
.producer-play-button{
	color:rgba(255,255,255,0.6)!important;
	text-shadow:0px 0px 15px rgba(255,255,255,0.1);
}
.producer-play-button:hover{
	text-shadow:0px 0px 15px rgba(255,255,255,0.3);
	color:rgba(255,255,255,0.9)!important;
}
.schatten{
	box-shadow:0px 5px 15px rgba(0,0,0,0.15);
}
h4{
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	color:#000000!important;
	line-height:21px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
}
.img-34-style{
	width:60px;
}
.absatz{
	padding-left:0px;
	text-indent:1px;
}
.abstand{
	padding-right:10px;
	padding-left:0px;
}
.button-rahmen-orange-typo-schwarz{
	border-style:solid;
	border-color:#F9C932!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	color:#000000!important;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-orange-typo-schwarz:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.copy-text-gross{
	font-family:"HeadingNow-64Regular";
	font-size:21px;
	line-height:28px;
	color:#000000!important;
}
.copy-text-gross-fett{
	font-family:"HeadingNow-65Medium";
	text-transform:uppercase;
	color:#000000!important;
	font-size:21px;
	line-height:28px;
}
.linie-produkttext{
	border-style:solid;
	border-color:#000000!important;
	border-width:0px 1px 0px 0px;
}
.bloc-padding-top{
	padding-top:20px;
	margin-top:30px;
}
.btn-margin-top{
	margin-top:30px;
	margin-bottom:60px;
}
.bloc-margin-top{
	margin-top:30px;
	padding-top:10px;
}
.p-bloc-8-margin-bottom{
	margin-bottom:10px;
}
.schatten-thumbnails{
	box-shadow:0px 0px 15px rgba(0,0,0,0.30);
}
.p-margin-top{
	margin-top:10px;
}
.bloc-padding-left{
	padding-left:0px;
}
.bloc-bloc-8-padding-left{
	padding-left:35px;
}
.p-bloc-8-margin-top{
	margin-top:10px;
}
.h4-margin-bottom{
	margin-bottom:10px;
}
.p-30-margin-bottom{
	margin-bottom:29px;
}
.row-margin-bottom{
	margin-bottom:25px;
}
.linie-produkt-1{
	border-style:solid;
	border-color:#000000!important;
	border-width:0px 3px 0px 0px;
}
.button-produkte-breite{
	width:125px;
	margin-bottom:20px;
	margin-top:20px;
}
.bloc-bloc-11-padding-left{
	padding-left:1px;
}
.img-bloc-11-style{
	width:125px;
}
.container-div-padding-left{
	padding-left:1px;
	margin-left:0px;
}
.linie-produkt-2{
	border-style:solid;
	border-color:#000000!important;
	border-width:0px 3px 0px 0px;
}
.linie-produkt-3{
	border-style:solid;
	border-color:#000000!important;
	border-width:0px 0px 0px 0px;
}
.linie-produkt-4{
	border-style:solid;
	border-color:#000000!important;
	border-width:0px 3px 0px 0px;
}
.linie-produkt-5{
	border-style:solid;
	border-color:#000000!important;
	border-width:0px 3px 0px 0px;
}
.linie-produkt-6{
	border-style:solid;
	border-color:#000000!important;
	border-width:0px 0px 0px 0px;
}
.bloc-bloc-11-padding-top{
	margin-bottom:100px;
	padding-top:50px;
	padding-bottom:30px;
}
.bloc-0-padding-left{
	padding-left:49px;
}
.copy-hl-produkte{
	font-family:"HeadingNow-65Medium";
	font-size:21px;
	line-height:24px;
}
.img-bloc-8-style{
	width:481px;
}
.copy-text-weiss-links{
	font-family:"HeadingNow-64Regular";
	font-size:16px;
	line-height:21px;
	color:#FFFFFF!important;
}
.copy-text-weiss-links:hover{
	color:#F9C831!important;
}
.img-bloc-16-style{
	width:481px;
}
.img-57-style{
	width:60px;
}
.img-58-style{
	width:60px;
}
.img-59-style{
	width:60px;
}
.vorteil-icon{
	padding-left:0px;
	padding-right:0px;
	margin-right:0px;
	padding-top:6px;
}
.vorteil-spalte{
	padding-left:0px;
}
.h1-weiss-schatten{
	color:#FFFFFF!important;
	font-family:"HeadingNow-65Medium";
	font-weight:800;
	font-size:42px;
	line-height:56px;
	text-shadow:0px 0px 15px rgba(0,0,0,0.50);
}
.haus-info-trennlinie-1{
	margin-bottom:20px;
	border-style:solid;
	border-color:#E9EAE9!important;
	padding-bottom:25px;
	min-width:250px;
	border-width:0px 0px 0px 0px;
}
.haus-info-trennlinie-2{
	margin-bottom:20px;
	border-style:solid;
	border-color:#E9EAE9!important;
	padding-bottom:25px;
	min-width:250px;
	border-width:0px 0px 8px 0px;
}
.haus-info-trennlinie-3{
	margin-bottom:20px;
	border-style:solid;
	border-color:#E9EAE9!important;
	padding-bottom:25px;
	min-width:250px;
	border-width:0px 0px 8px 0px;
}
.haus-info-trennlinie-4{
	margin-bottom:20px;
	border-style:solid;
	border-color:#E9EAE9!important;
	padding-bottom:25px;
	min-width:250px;
	border-width:0px 0px 8px 0px;
}
.haus-info-trennlinie-5{
	margin-bottom:20px;
	border-style:solid;
	border-color:#E9EAE9!important;
	padding-bottom:25px;
	min-width:250px;
	border-width:0px 0px 8px 0px;
}
.haus-info-trennlinie-6{
	margin-bottom:20px;
	border-style:solid;
	border-color:#E9EAE9!important;
	padding-bottom:25px;
	min-width:250px;
	border-width:0px 0px 0px 0px;
}
.form-control{
	border-style:solid;
	border-color:transparent!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.form-control:hover{
	border-style:solid;
	border-color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.form-control:active{
	border-style:solid;
	border-color:#FFFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.form-control:focus{
	border-style:solid;
	border-color:#FFFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.form-control:visited{
	border-style:solid;
	border-color:#FFFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.umradung{
	border-style:solid;
	border-color:transparent!important;
	border-width:0px 0px 0px 0px;
}
.alert-success{
	background-color:#FFFFFF;
	font-family:"HeadingNow-64Regular";
	font-size:12px;
	line-height:14px;
	color:#000000!important;
	font-weight:300;
	margin-top:50px;
}
.einklinker_abstand{
	margin-bottom:100px;
}
.button-braun{
	border-style:solid;
	border-color:#D2AE82!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	background-color:transparent;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-braun:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-lila{
	border-style:solid;
	border-color:#6F82B3!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	background-color:transparent;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-lila:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-flieder{
	border-style:solid;
	border-color:#C396C8!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	background-color:transparent;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-flieder:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-blau{
	border-style:solid;
	border-color:#02DAFF!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	background-color:transparent;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-blau:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-gruen{
	border-style:solid;
	border-color:#7DFA69!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	background-color:transparent;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-gruen:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rot{
	border-style:solid;
	border-color:#E6552D!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	background-color:transparent;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rot:hover{
	border-color:#000000!important;
	border-style:solid;
	background-color:transparent;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-gruen-copy-1{
	border-color:#D05F2A!important;
}
.button-rahmen-weiss-orange{
	border-style:solid;
	border-color:#FFFFFF!important;
	font-family:"HeadingNow-65Medium";
	font-size:16px;
	color:#FFFFFF!important;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.button-rahmen-weiss-orange:hover{
	border-color:#F9C831!important;
	border-style:solid;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-sunglow{
	background-color:#F9C932;
}
.bgc-gray-htmlcss-gray{
	background-color:#7F7F7F;
}

/* Text colour styles */

.tc-black{
	color:#000000!important;
}

/* Icon colour styles */

.icon-tan{
	color:#D2AD82!important;
	border-color:#D2AD82!important;
}
.icon-glaucous{
	color:#7286B8!important;
	border-color:#7286B8!important;
}
.icon-capri{
	color:#00DBFF!important;
	border-color:#00DBFF!important;
}

/* Bloc image backgrounds */

.bg-thor-ueberspannungsschutz-pic-1{
	background-image:url("img/thor_ueberspannungsschutz_pic_1.jpg");
}
.bg-thor-ueberspannungsschutz-pic-3{
	background-image:url("img/thor_ueberspannungsschutz_pic_3.jpg");
}
.bg-thor-ueberspannungsschutz-pic-2{
	background-image:url("img/thor_ueberspannungsschutz_pic_2.jpg");
}
.bg-thor-ueberspannungsschutz-pic-4{
	background-image:url("img/thor_ueberspannungsschutz_pic_4.jpg");
}
.bg-thor-ueberspannungsschutz-pic-5{
	background-image:url("img/thor_ueberspannungsschutz_pic_5.jpg");
}
.bg-thor-ueberspannungsschutz-pic-6{
	background-image:url("img/thor_ueberspannungsschutz_pic_6.jpg");
}
.bg-thor-ueberspannungsschutz-pic-7{
	background-image:url("img/thor_ueberspannungsschutz_pic_7.jpg");
}
.bg-thor-hero-pic{
	background-image:url("img/thor_hero_pic.jpg");
}
.bg-thor-hero-pic-1920x1080px{
	background-image:url("img/thor_hero_pic_1920x1080px.jpg");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.padding{
		padding-top:50px;
		padding-bottom:50px;
	}
	.abstand-header{
		padding-top:0px;
		padding-bottom:0px;
	}
	.img-thor-lo-style{
		width:340px;
	}
	.linie-produkttext{
		border-right-width:1px;
		border-bottom-width:0px;
	}
	.bloc-padding-top{
		padding-right:70px;
	}
	.container-div-padding-bottom{
		padding-bottom:0px;
		margin-bottom:40px;
	}
	.bloc-padding-left{
		padding-left:15px;
	}
	.h1-margin-bottom{
		padding-left:0px;
		padding-right:0px;
	}
	.p-padding-top{
		padding-left:0px;
		padding-right:0px;
	}
	.h1-padding-top{
		padding-left:20px;
		padding-right:20px;
		padding-top:0px;
	}
	.bloc-bloc-8-padding-left{
		padding-left:16px;
		padding-top:0px;
		margin-top:20px;
	}
	.linie-footer{
		border-right-width:0px;
	}
	.copy-text-klein-weiss{
	}
	.p-bloc-8-margin-top{
		margin-top:10px;
	}
	.padding-infobox-hl{
		padding-left:0%;
		padding-right:0%;
	}
	.abstand-hamburger-menue{
		margin-right:0px;
		padding-top:90px;
	}
	.row-margin-bottom{
		margin-bottom:30px;
	}
	.linie-produkt-2{
		border-right-width:0px;
	}
	.linie-produkt-3{
		border-right-width:3px;
	}
	.linie-produkt-4{
		border-width:0px 0px 0px 0px;
	}
	.bloc-0-padding-left{
		padding-left:0px;
	}
	.bloc-bloc-11-padding-top{
		margin-bottom:125px;
		padding-top:75px;
		padding-bottom:75px;
	}
	.vorteil-icon{
		padding:5px 0px 0px 14px;
	}
	.vorteil-spalte{
		padding-left:10px;
	}
	.h1-weiss-schatten{
		text-shadow:0px 0px 15px rgba(0,0,0,0.70);
	}
	.blocsapp-special-menu blocsnav{
		background-color:#FFFFFF;
	}
	.thor-menu{
		border-bottom-width:0px;
	}
	.close-special-menu .close-icon{
		color:#000000!important;
		background-color:#000000;
		font-weight:bold;
	}
	.close-special-menu .close-icon:hover{
		background-color:#F9C932;
		color:#F9C932!important;
	}
	.einklinker_abstand{
		padding-left:210px;
		padding-right:210px;
	}
	.spalte-typ-li{
		padding-right:10px;
	}
	.linie-typ3{
		border-top-width:1px;
		border-left-width:0px;
	}
	.linie-typ2{
		border-left-width:0px;
		border-top-width:1px;
	}
	.abstand-thor-blitz{
		padding-top:30px;
	}
	.img-thor-blitz-wei-padding-bottom{
	}
	.haus-abstand{
		margin-top:40px;
		margin-bottom:80px;
	}
	.abstand-bloc-schutz{
		margin-top:100px;
	}
	.haus-info-image{
		width:90px;
		margin-left:0px;
		margin-top:60px;
	}
	.haus-info-hl{
		margin-left:10px;
	}
	.haus-info-text{
		margin-left:65px;
	}
	.button-rahmen-lila{
		margin-left:65px;
	}
	.button-rahmen-flieder{
		margin-left:65px;
	}
	.button-rahmen-blau{
		margin-left:65px;
	}
	.button-rahmen-rot{
		margin:0px 0px 0px 65px;
	}
	.haus-info-trennlinie-3{
		border-bottom-width:0px;
	}
	.haus-info-trennlinie-6{
		border-bottom-width:0px;
	}
	.haus-info-trennlinie-1{
		border-bottom-width:8px;
	}
	.button-rahmen-gruen{
		margin-left:65px;
	}
	.button-rahmen-braun{
		margin-left:65px;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:32px;
		line-height:42px;
	}
	.copy-text-gross{
		font-size:18px;
		line-height:28px;
	}
	.bloc-margin-top{
		margin-top:0px;
	}
	.bloc-padding-top{
		padding-right:20px;
		padding-top:20px;
		margin-top:15px;
	}
	.p-padding-top{
		padding-left:30px;
		padding-right:30px;
	}
	.h1-weiss{
		font-size:32px;
		line-height:42px;
	}
	.linie-produkt-1{
		border-right-width:0px;
		border-bottom-width:3px;
	}
	.linie-produkt-2{
		border-right-width:0px;
		border-bottom-width:3px;
	}
	.bloc-bloc-11-padding-top{
		padding-bottom:65px;
		margin-bottom:0px;
	}
	.linie-produkt-3{
		border-bottom-width:3px;
		border-right-width:0px;
	}
	.linie-produkt-4{
		border-bottom-width:3px;
		border-right-width:0px;
	}
	.linie-produkt-5{
		border-width:0px 0px 3px 0px;
	}
	.vorteil-spalte{
		padding-left:0px;
	}
	.h1-weiss-schatten{
		font-size:32px;
		line-height:42px;
	}
	.einklinker_abstand{
		padding-left:125px;
		padding-right:125px;
	}
	.close-special-menu .close-icon:hover{
	}
	.abstand-hamburger-menue{
		padding-top:70px;
	}
	.abstand-thor-blitz{
		margin-bottom:30px;
	}
	.img-thor-blitz-wei-padding-bottom{
		padding-bottom:35px;
	}
	.haus-abstand{
		margin-bottom:70px;
		padding-bottom:0px;
		margin-top:30px;
	}
	.abstand-bloc-schutz{
		margin-top:70px;
	}
	.haus-info-image{
		width:90px;
		margin-left:0px;
		padding-top:0px;
	}
	.haus-info-hl{
		margin-left:10px;
	}
	.haus-info-text{
		margin-left:65px;
	}
	.button-rahmen-lila{
		margin-left:64px;
	}
	.haus-info-trennlinie-3{
		border-bottom-width:0px;
	}
	.haus-info-trennlinie-5{
		border-bottom-width:8px;
		border-top-width:0px;
	}
	.haus-info-trennlinie-6{
		border-top-width:0px;
		border-bottom-width:0px;
	}
	.button-rahmen-blau{
		margin-left:65px;
	}
	.button-rahmen-rot{
		margin-left:65px;
	}
	.button-rahmen-flieder{
		margin-left:65px;
	}
	.button-rahmen-braun{
		margin-left:65px;
	}
	.button-rahmen-gruen{
		margin-left:65px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:21px;
		line-height:28px;
	}
	.copy-text-gross-fett{
		font-size:16px;
		line-height:21px;
	}
	.copy-text-gross{
		line-height:21px;
		font-size:16px;
	}
	.bloc-padding-top{
		padding-right:10px;
		padding-left:10px;
		margin-top:15px;
	}
	h4{
		font-size:14px;
		line-height:18px;
	}
	.bloc-margin-top{
		margin-top:0px;
	}
	.btn-margin-top{
		margin-bottom:50px;
	}
	.p-30-margin-bottom{
		margin-bottom:40px;
	}
	h2{
		font-size:16px;
		line-height:21px;
	}
	.bloc-padding-left{
		padding-top:10px;
	}
	.h1-weiss{
		font-size:21px;
		line-height:28px;
	}
	.copy-hl-produkte{
		font-family:"HeadingNow-65Medium";
		font-size:21px;
		line-height:24px;
	}
	.bloc-bloc-11-padding-top{
		padding-bottom:60px;
		padding-top:50px;
	}
	.bloc-0-padding-left{
		padding-right:0px;
	}
	.vorteil-spalte{
		padding-left:22px;
	}
	.h1-weiss-schatten{
		font-size:21px;
		line-height:28px;
		text-shadow:0px 0px 10px rgba(0,0,0,0.80);
	}
	.einklinker_abstand{
		padding-left:0px;
		padding-right:0px;
	}
	.abstand-hamburger-menue{
		padding-top:50px;
	}
	.haus-info-image{
		margin-left:0px;
		width:100px;
		padding-top:0px;
	}
	.haus-info-trennlinie-1{
	}
	.haus-info-trennlinie-2{
	}
	.haus-info-trennlinie-3{
	}
	.haus-info-trennlinie-4{
	}
	.haus-info-trennlinie-5{
		border-bottom-width:0px;
	}
	.haus-info-hl{
		margin-left:10px;
	}
	.haus-info-text{
		margin-left:65px;
	}
	.button-rahmen-lila{
		margin-left:65px;
	}
	.button-rahmen-flieder{
		margin-left:65px;
	}
	.button-rahmen-blau{
		margin-left:65px;
	}
	.button-rahmen-rot{
		margin-left:64px;
	}
	.button-rahmen-braun{
		margin-left:65px;
	}
	.button-rahmen-gruen{
		margin-left:65px;
	}
	.haus-abstand{
		margin-bottom:60px;
	}
	.abstand-bloc-haus{
		padding-top:20px;
		margin-bottom:29px;
	}
	.abstand-bloc-schutz{
		margin-top:50px;
	}
	.p-padding-top{
		padding-left:10px;
		padding-right:10px;
	}
	.img-style{
		padding-right:80px;
	}
	.img-padding-bottom{
		padding-bottom:20px;
		padding-top:9px;
	}
	.img-thor-blitz-wei-padding-bottom{
		padding-bottom:25px;
	}
	.img-35-style{
		height:61px;
	}
	.img-bloc-8-style{
	}
	
}

