@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	vertical-align: bottom;
}

body {
	margin-left: auto;
	margin-right: auto;
	background-color:#253B3C;
}

header {
	padding: 5px;
	background-color:#253B3C;
}

main {
	background-color:#253B3C;
}

footer {
text-align:center;
background-color:#253B3C;
}

.pic2 { height:220px; width:250px; }

.foottext {
	color:#999;
	font-size:10px;
}

.textmenue {
	color:#CCC;
	font-size:14px;
}

.textlower {
	color:#CCC;
	font-size:12px;
}

a.menlink:link { font-size:13px; color: #CCC; text-decoration: none; }
a.menlink:visited { font-size:13px; color: #CCC; text-decoration: none; }
a.menlink:hover { font-size:13px; color: #FFFFFF; text-decoration: none; }
a.menlink:active { font-size:13px; color: #CCC; text-decoration: none; }

a.normlink:link { font-size:10px; color: #253B3C; text-decoration:underline; }
a.normlink:visited { font-size:10px; color: #253B3C; text-decoration:underline; }
a.normlink:hover { font-size:10px; color: #CCC; text-decoration:underline; }
a.normlink:active { font-size:10px; color: #253B3C; text-decoration:underline; }

a.intlink:link { font-size:10px; color: #999; text-decoration:underline; }
a.intlink:visited { font-size:10px; color: #999; text-decoration:underline; }
a.intlink:hover { font-size:10px; color: #CCC; text-decoration:underline; }
a.intlink:active { font-size:10px; color: #999; text-decoration:underline; }

.upperintro {
	background-color:#e3eeee;
	background-image:url(pics/intro-back.jpg);
	padding: 0px;
	color:#253B3C;
	text-align:center;
	height: 590px;
	width:850px;
	margin-left: auto;
	margin-right: auto;
}

.upper {
	background-color:#e3eeee;
	background-image:url(pics/Upper-back.jpg);
	background-size:cover;
	padding: 0px;
	color:#253B3C;
	text-align:center;
	height: 420px;
	width:850px;
	margin-left: auto;
	margin-right: auto;
}

.up1 {
	background-color:transparent;
	padding: 10px;
	color:#253B3C;
	text-align:center;
	height: 60px;
	width:850px;
	margin-left: auto;
	margin-right: auto;
}

.up2 {
	background-color:transparent;
	padding: 10px;
	color:#253B3C;
	text-align:left;
	height: 240px;
	width:850px;
	margin-left: auto;
	margin-right: auto;
}

.up2klein {
	background-color:transparent;
	padding: 10px;
	color:#253B3C;
	text-align:left;
	height: 120px;
	width:850px;
	margin-left: auto;
	margin-right: auto;
}

.up2gross {
	background-color: transparent;
	padding: 10px;
	color: #253B3C;
	text-align: left;
	height: 360px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.up3 {
	background-image:none;
	background-color:transparent;
	padding: 0px;
	color:#253B3C;
	text-align:center;
	height: 120px;
	width:850px;
	margin-left: auto;
	margin-right: auto;
}



.menue {
	background-color:#253B3C;
	background-image:url(pics/menue-back.jpg);
	background-size:cover;
	padding: 10px;
	color:#FFFFFF;
	text-align:center;
	height: 40px;
	width:850px;
	margin-left: auto;
	margin-right: auto;
}

.lower {
	background-color:#253B3C;
	background-image:url(pics/lower-back.jpg);
	background-size:cover;
	padding: 5px;
	color:#FFFFFF;
	text-align:center;
	height: 130px;
	width:850px;
	margin-left: auto;
	margin-right: auto;
}

.maintextbox {
	text-align:left;
	padding: 10px 10px 10px 10px;
	max-width:600px;
	
}

.textmain {
	font-size:12px;
	    -webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 6s; /* Firefox < 16 */
        -ms-animation: fadein 6s; /* Internet Explorer */
         -o-animation: fadein 6s; /* Opera < 12.1 */
            animation: fadein 6s;
}

.colfooter {
	width: 850px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;	
}

.fadefast {
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

.fademedium {
    -webkit-animation: fadein 8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 8s; /* Firefox < 16 */
        -ms-animation: fadein 8s; /* Internet Explorer */
         -o-animation: fadein 8s; /* Opera < 12.1 */
            animation: fadein 8s;
}

.fadeslow {
    -webkit-animation: fadein 11s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 11s; /* Firefox < 16 */
        -ms-animation: fadein 11s; /* Internet Explorer */
         -o-animation: fadein 11s; /* Opera < 12.1 */
            animation: fadein 11s;
}

.fademedium-pic {
	width:400px;
    -webkit-animation: fadein 8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 8s; /* Firefox < 16 */
        -ms-animation: fadein 8s; /* Internet Explorer */
         -o-animation: fadein 8s; /* Opera < 12.1 */
            animation: fadein 8s;
}

.fademedium-pic2 {
	width:500px;
    -webkit-animation: fadein 8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 8s; /* Firefox < 16 */
        -ms-animation: fadein 8s; /* Internet Explorer */
         -o-animation: fadein 8s; /* Opera < 12.1 */
            animation: fadein 8s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


h1 {
	font-size:13px;
}



form {
	width: 40em;
}

label.h2 {
	font-weight: bold;
	font-size: 150%;
	width: 100%;
	margin-bottom: 1em;
}

input,
label {
	float: left;
	width: 40%;
}

input {
	margin: 0 0 1em .2em;
	padding: .2em .5em;
	background-color: #fffbf0;
	border: 1px solid #e7c157;
}

label.input {
	text-align: right;
	line-height: 1.5;
}

label.input::after {
	content: ": ";
}

button {
	margin-top: 1.5em;
	width: 30%;
}









h2 {
	font-size:12px;
}

h3 {
	font-size:11px;
	font-weight:normal;
	margin-bottom:10px;
}

.navtext11 {
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	
}


img {
	width:100%;
	max-width:100%;
	height:auto;
	vertical-align:top;
}

.linksocial {
	width:20px;
	height:20px;
}



.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width:320px;
}


.style-nav1 ul {
	list-style-type: none;
}

.style-nav1 ul li a {
	text-align: center;
	display: block;
	padding: 5px;
}

a.navt1:link { color: #82263a; text-decoration: none; text-transform: uppercase; }
a.navt1:visited { color: #82263a; text-decoration: none; text-transform: uppercase; }
a.navt1:hover { color: #333333; text-decoration: none; text-transform: uppercase; }
a.navt1:active { color: #82263a; text-decoration: none; text-transform: uppercase; }

a.navt2:link { color: #FFFFFF; text-decoration: none; text-transform: none; }
a.navt2:visited { color: #FFFFFF; text-decoration: none; text-transform: none; }
a.navt2:hover { color: #FFFFFF; text-decoration: underline; text-transform: none; }
a.navt2:active { color: #FFFFFF; text-decoration: none; text-transform: none; }

a.produkt:link { color: #333333; text-decoration: underline; text-transform: none; }
a.produkt:visited { color: #333333; text-decoration: underline; text-transform: none; }
a.produkt:hover { color: #82263a; text-decoration: none; text-transform: none; }
a.produkt:active { color: #333333; text-decoration: underline; text-transform: none; }

a.button1:link { color: #FFFFFF; text-decoration: none; text-transform: none; border:2px #FFFFFF solid; padding:3px 10px; border-radius:20px;}
a.button1:visited { color: #FFFFFF; text-decoration: none; text-transform: none; border:2px #FFFFFF solid; padding:3px 10px; border-radius:20px;}
a.button1:hover { color: #FFFFFF; text-decoration: none; text-transform: none; border:2px #FFFFFF solid; padding:3px 10px; border-radius:20px;}
a.button1:active { color: #FFFFFF; text-decoration: none; text-transform: none; border:2px #FFFFFF solid; padding:3px 10px; border-radius:20px;}

a.button2:link { color: #333333; text-decoration: none; text-transform: none; border:2px #333333 solid; padding:3px 10px; border-radius:20px;}
a.button2:visited { color: #333333; text-decoration: none; text-transform: none; border:2px #333333 solid; padding:3px 10px; border-radius:20px;}
a.button2:hover { color: #333333; text-decoration: none; text-transform: none; border:2px #333333 solid; padding:3px 10px; border-radius:20px;}
a.button2:active { color: #333333; text-decoration: none; text-transform: none; border:2px #333333 solid; padding:3px 10px; border-radius:20px;}

 .row:before, .row:after {
	content: "";
	display: table;
 }
 
  .row:after {
	  clear:both;
 }

.box1 {
	background-image:url(images/back-strub_gmbh-small.jpg);
	background-size:cover;
	padding: 20px 20px 20px 20px;
	color:#FFFFFF;
	text-align:left;
	min-height: 300px;
}

.box1b {
	background-image:url(images/back-strub_gmbh-small.jpg);
	background-size:cover;
	padding: 50px 50px 50px 50px;
	color:#FFFFFF;
	text-align:right;
	min-height: 300px;
}

.box2 {
	background-image:url(images/box.jpg);
	background-color:#82263a;
	background-size:cover;
	padding: 10px;
	color:#FFFFFF;
	text-align:left;
	min-height: 210px;	
}

.box2b {
	background-image:url(images/box.jpg);
	background-color:#82263a;
	background-size:cover;
	padding: 10px;
	color:#FFFFFF;
	text-align:center;
	min-height: 210px;	
}

.box2c {
	background-image:url(images/box.jpg);
	background-color:#82263a;
	background-size:cover;
	padding: 10px;
	color:#FFFFFF;
	text-align:left;
	min-height: 210px;
	
}

.box-textmain {
	display:inline-block;
	padding: 8px 10px 10px 10px;
	max-width:320px;
	background-color:#FFFFFF;
	background-color:rgba(100%,100%,100%,0.7);
	color:#333333;
	
}

.box-textwide {
	display:inline-block;
	padding: 8px 10px 10px 10px;
	max-width:420px;
	background-color:#FFFFFF;
	background-color:rgba(100%,100%,100%,0.7);
	color:#333333;
	
}

.box-textprodukt {
	padding: 8px 10px 10px 10px;
	width:80%;
	min-width:430px;
	column-count:4;
	background-color:#FFFFFF;
	background-color:rgba(100%,100%,100%,0.7);
	color:#333333;
	
}

.box-textpresse {
	padding: 8px 10px 10px 10px;
	width:100%;
	min-width:430px;
	column-count:3;
	background-color:#FFFFFF;
	background-color:rgba(100%,100%,100%,0.7);
	color:#333333;
	
}

.box-text1 {
	display:inline-block;
	padding: 8px 10px 10px 10px;
}

.box-text2 {
	display:inline-block;
	padding: 8px 10px 10px 10px;
	background-color:#FFFFFF;
	background-color:rgba(100%,100%,100%,0.7);
	color:#333333;
	text-align:center;
}

.box-text3 {
	display:inline-block;
	padding: 8px 10px 10px 10px;
	color: #333333;
	background-color:#FFFFFF;
	background-color:rgba(100%,100%,100%,0.7);
}

.box-text4 {
	display:inline-block;
	padding: 8px 10px 10px 10px;
	color:#333333;
}

.box-nav {
	background-color:#82263a;
	color:#FFFFFF;
	text-align:center;
	min-height: 35px;
	padding: 4px 1px 1px 1px;
}

.box-nav2 {
	background-color:#924952;
	color:#FFFFFF;
	text-align:center;
	min-height: 35px;
	padding: 4px 1px 1px 1px;
}

.col {
	width: 100%;
	padding:0px;
}

.col-nav {
	width: 50%;
	padding:0px;
	float:left;
}

.colfoot {
	width:100%;
	text-align:center;
	padding:10px;
}
