/* RESET */
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
.clear { clear: both; }

/* RESET END */

/*
FONT LICENSE
Apache License v2.00
http://www.fontsquirrel.com/license/open-sans-condensed
*/

@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../fonts/OpenSans-CondLight-webfont.eot');
    src: url('../fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../fonts/OpenSans-CondBold-webfont.eot');
    src: url('../fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondBold-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
Apache License v2.00
This license can also be found at this permalink: https://www.fontsquirrel.com/license/roboto 
*/

/* roboto-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v49-latin-300.woff2') format('woff2');
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v49-latin-regular.woff2') format('woff2');
}

/* roboto-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-v49-latin-600.woff2') format('woff2');
}

/* roboto-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/roboto-v49-latin-800.woff2') format('woff2');
}


/* BASIC LAYOUT */

html, body{
  height:100%
  }

body {
   color: #373737;
   width:100%;
   min-height:480px;
   font-size: 100%;
   font-family: Roboto, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
   line-height: 1.5em;
   overflow-y: scroll !important;
   }

#bgpic {
	width:100%;
	min-height:100%;
/*	background-image:url(../images/bg.jpg);
	background-repeat:repeat;	*/
	background-color:#e2e2e2;	
	position:fixed;	
	}   

#wrapper {  
	width:100%; position:absolute;
	}

#topheader {
	margin: 0 auto;
	margin-top:10px;
	padding:0px 0px 0px 0px;
/*	padding:0px 20px 0px 0px;	*/
	width:96%;
	max-width:1200px;
	min-width:340px;
	position:relative;
	text-align:right;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size:0.8em;	
}
#topheader a:link, #topheader a:visited { color: #000; text-decoration:none; }
#topheader a:hover, #topheader a:focus, #topheader a:active { color: #a91416; }
.topheaderspace { padding:0px 15px; }


#box {
	margin: 0 auto;
	margin-top:10px;
	padding:0px;
	margin-bottom:80px;
	width:96%;
	max-width:1200px;
	min-width:340px;
	background-color:#fff;
	background-image:url(../images/bg-top.png);
	background-repeat:no-repeat;
	background-position:top right;
	position:relative;
/*	border-radius:25px;	*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}


header {
	margin: 0 auto;
	padding:25px 34px;
	width: 100%;
	height:141px;
	position:relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
header img { max-width:100%; }
#headerlogo { 
	max-width:800px;
	padding: 0px 0px;
 }


#content { 
	max-width: 100%;
	min-height:200px;
	padding:30px 40px; 
	position:relative; 
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

section, article {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	line-height: 1.7em;
	overflow:hidden;
	}
.full {
	width:100%;
	height: auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.half {
	width:50%;
	height: auto;
	float:left; 
	padding-right: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow:hidden;
	}
.halflast {
	width:50%;
	height: auto;
	float:left; 
	padding-left: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow:hidden;
	}
.innerhalf {
	width:50%;
	background-color:#FFF;
	height: auto;
	float:left; 
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow:hidden;
	}
.innerhalflast {
	width:50%;
	background-color:#FFF;
	height: auto;
	float:left; 
	padding-left: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow:hidden;
	}
.third  {
	width:32%;
	height: auto;
	float:left; 
	margin-right: 2%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.twothird  {
	width:64%;
	height: auto;
	float:left; 
	margin-right: 2%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.thirdlast  {
	width:32%;
	height: auto;
	float:left; 
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}	

.fourth  {
	width:25%;
	height: auto;
	float:left;
/*	padding-left:10px; 	*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.threefourth  {
	width:75%;
	height: auto;
	float:left; 
	padding-right: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*	border-right:1px dotted #c8c8c8;	*/
	}
.threefourthline  {
	width:75%;
	height: auto;
	float:left; 
	padding-right: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-right:1px dotted #c8c8c8;
	}	
.fourthline  {
	width:25%;
	height: auto;
	float:right;
	padding-left:30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.newsbox {
	width:100%;
	line-height:0.1em;
	border:1px solid #ecedef;
	padding:15px;
	margin-bottom:20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newsbox p {
	line-height:1.7em; margin-bottom:0px !important;
	}
.newsbox img {
	max-width:100%; 
	}
.dividerline {
	width: 100%;
	margin: 20px 0px;
	border-top:1px dotted #c8c8c8;
	}
.divider1 {
	width: 100%;
	padding-top: 1px;
	}
.divider2 {
	width: 100%;
	padding-top: 2px;
	}
.divider3 {
	width: 100%;
	padding-top: 3px;
	}
.divider4 {
	width: 100%;
	padding-top: 4px;
	}
.divider5 {
	width: 100%;
	padding-top: 5px;
	}
.divider6 {
	width: 100%;
	padding-top: 6px;
	}
.divider7 {
	width: 100%;
	padding-top: 7px;
	}
.divider8 {
	width: 100%;
	padding-top: 8px;
	}
.divider9 {
	width: 100%;
	padding-top: 9px;
	}
.divider10 {
	width: 100%;
	padding-top: 10px;
	}
.divider20 {
	width: 100%;
	padding-top: 20px;
	}
.divider30 {
	width: 100%;
	padding-top: 30px;
	}
.divider40 {
	width: 100%;
	padding-top: 40px;
	}
.divider50 {
	width: 100%;
	padding-top: 50px;
	}
.vorstandpic  {
	width:20%;
	height: auto;
	float:left;
	padding-right:20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.vorstandtext  {
	width:80%;
	height: auto;
	float:left; 
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*	border-right:1px dotted #c8c8c8;	*/
	}

footer {
	margin: 0 auto;
	margin-top:10px;
	width: 100%;
	position:relative;
	max-width:1280px;
	min-width: 320px;
	color:#a0a0a0;
	font-size:0.8em;
	padding: 20px 20px 40px 30px;
	border-top:1px dotted #c8c8c8;
	background-color:#f8f8f8;
/*	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;	*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow:hidden;
}
footer a:link, footer a:visited { color: #a0a0a0; text-decoration:none; }
footer a:hover, footer a:focus, footer a:active { color: #bd0102; }

#footer-bottom { height:86px; display:block; }
.imprintspacer { padding:0px 15px; }
footer img { max-width:100%; }
#footerlogo { 
	max-width:450px;
 }
 .footerblock { display:inline; }


/* BASIC LAYOUT END */

/* BASIC FORMAT */

h1 { font-family: 'open_sanscondensed_light'; font-size:1.5em; line-height:1.2em; color:#fff; background-color:#da6005; padding:6px; margin:0px 0px 20px 0px; font-weight: normal; }
h2 { font-family: 'open_sanscondensed_light'; font-size:1.5em; line-height:1.2em; color:#fff; background-color:#da6005; padding:6px; margin:0px 0px 20px 0px;  font-weight: normal; }
h3 { font-family: 'open_sans_condensedbold'; font-size:1.5em; line-height:1.5em; color:#a91416; padding:0px; margin:0px 0px 5px 0px;  font-weight: normal; }
h4 { font-family: 'open_sanscondensed_light'; font-size:1.3em; line-height:1.5em; color:#da6005; padding:0px; margin:0px;  font-weight: normal; }
h5 { font-family: 'open_sans_condensedbold'; text-transform:uppercase; font-size:1.5em; line-height:1.2em; color:#a91416; background-color:#f1f1f1; padding:6px; margin:0px 0px 20px 0px;  font-weight: normal; }
h6 { font-family: 'open_sans_condensedbold'; text-transform:uppercase; font-size:1.2em; line-height:1.5em; color:#000; padding:0px; margin:0px;  font-weight: normal;  }

strong, b { font-weight: 800; }

.fourthline h5, .third h5, .thirdlast h5 { font-family: 'open_sanscondensed_light'; }

#content p { margin:0px 0px 20px 0px; }

#content a:link, #content a:visited { color: #a91416; text-decoration:none; }
#content a:hover, #content a:focus, #content a:active { color: #dc651d; }

#content ul { list-style-image: url(../images/list.png); margin:0px 0px 20px 8px; }
#content ul > li { margin-left: 20px; padding:0px 0px 10px 10px; }
#content ol { list-style-type: decimal; margin:0px 0px 20px 8px; }
#content ol > li { margin-left: 10px; padding:0px 0px 0px 10px; }
#content ul ul { list-style-image: url(../images/sublist.png); margin-left: 20px; padding-bottom: 10px; }

#content td { vertical-align: middle; }

.more { display:block; margin-top:5px; }
i.fa { padding: 0px 5px 0px 0px; color:#a91416; }
#content i.fa { color:#a91416; padding-right:5px; font-size:1.3em; }
#content i.fa:hover { color:#dc651d; }
.bigicon { font-size:3em !important; }
.smallindexnav { font-size:16px !important; }


#content img, video {
	max-width: 100%;
	}
.kooplogos { margin: 10px 0px; }	
.kooplogomargin { margin: 10px 0px 10px 20px; }	
.rightleft { text-align:right; }
.senza { margin-bottom:0px !important; }
.plus10  { margin-bottom:10px !important; }
.small { font-size:0.8em; line-height:1.5em; }
.fotocredit, .subtitle { font-size:0.8em; line-height: 1.5; margin-top: 16px; }
.banner {  color:#fff; background-color:#fb35bc; padding:5px 10px; margin-right:10px; }


#covid19 { border: 1px solid #a91416; background-color:#f1f1f1; padding:20px; margin-bottom:25px; }
.covidheader { font-family: 'open_sanscondensed_light' !important; text-transform:uppercase; font-weight:bold; font-size:1.5em; line-height:1.2em; color:#fff; background-color:#a91416; padding:6px; margin:0px; padding:10px 20px; display:block; }

.highlight { border: 1px solid #a91416; background-color:#f1f1f1; padding:20px; margin-bottom:25px; }


.picleft {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}
.picright {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}

.videowrap {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 */
padding-bottom: 25px; /* Platzhalter fÃ¼r Controls */
}

.videowrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.mt10 { margin-top:10px; }
.mb10 { margin-bottom:10px; }

.pt-0 { padding-top: 0px; margin-top: 0px; }
.pr-0 { padding-right: 0px !important; }
.pb-0 { padding-bottom: 0px; margin-bottom: 0px; }
.pl-0 { padding-left: 0px !important; margin-left: 0px !important; }
.mt-0 {margin-top:0px; }
.mt-10 {margin-top:10px !important; }
.mt-15 {margin-top:15px !important; }
.mt-20 {margin-top:20px !important; }
.mt-30 {margin-top:30px !important; }
.mt-40 {margin-top:40px !important; }
.mt-60 {margin-top:60px; }
.mb-0 {margin-bottom:0px !important; }
.m-15 { margin:0px 15px; }
.m-30 { margin:0px 30px; }
.mb-10 {margin-bottom:10px !important; }
.mb-15 {margin-bottom:15px !important; }
.mb-20 {margin-bottom:20px !important; }
.mb-30 {margin-bottom:30px !important; }
.mb-40 {margin-bottom:40px !important; }
.ml-10 {margin-left:10px; }
.ml-20 {margin-left:20px; }
.ml-20-mn {margin-left:20px; }
.mr-2 {margin-right:2px !important; }
.ml-0 {margin-left:0px !important; }
.ml-5 {margin-left:5px; }
.mr-0 {margin-right:0px !important; }
.mr-5 {margin-right:5px !important; }
.mr-10 {margin-right:10px !important; }
.ml-120 {margin-left:120px; }
.ml-125 {margin-left:125px; }
.ml-160 {margin-left:160px; }
.ml-165 {margin-left:165px; }
.mr-20 {margin-right:20px; }
.pl-20 {padding-left:20px; }
.pl-30 {padding-left:30px; }
.pb-40 {padding-bottom:40px; }
.pl-40 {padding-left:40px; }
.pr-80 {padding-right:80px !important; }
.mr-40 {margin-right:40px; }


/* BASIC FORMAT END */


/* LAYOUT Responsive Styles*/

@media screen and (max-width: 580px) {

header { height:80px; padding:20px; }
#box { padding:0px; }
/*	#topheader { padding-right:5px; }	*/
.topheaderspace { padding:0px 8px; }

.vorstandpic, .vorstandtext  { 
	float:none;
	width:100%;
	padding:0px;
	margin:0px;
  	} 
}

@media screen and (max-width: 790px) {

.picleft {
	float:none;
	padding-right:0px;
	padding-bottom:40px;
	display:block;
}
.picright {
	float:none;
	padding-left:0px;
	padding-bottom:40px;
	display:block;
}

}

@media screen and (max-width: 1076px) {

#box, footer { background-image:none; }
.half, .halflast, .innerhalf, .innerhalflast, .twothird, .third, .thirdlast, .fourth, .fourthline, .fourthgrey, .threefourth, .threefourthline  { 
	float:none;
	width:100%;
	padding:0px;
	margin:0px;
  	} 
.threefourthline  {	border-right:none; }

#footer-bottom { height:0px; display:block; }
.imprintspacer { display:none; }
.footerblock { display:block; }
.rightleft { text-align:left; }

#box, #topheader {
    width: 90%;
}


}

/* LAYOUT Responsive Styles END */



/* NAVIGATION */

.mobileplus { 
	display:none;
}


nav { 
	margin: 0 auto;
	margin-top:1px;
	padding:0px 20px 0px 40px;
	width: 100%;
	max-width:1280px;
	min-width: 300px;
	background-color:#a91416;
	position:relative;
	z-index:9333;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav i.fa { color:#fff; padding-left:0px; }

#navbox {
	margin: 0 auto;
	width: 96%;
	max-width:1300px;
	min-width: 320px;
	position:relative;
}
.toggleMenu {
    display:  none;
	text-transform:uppercase;
	font-size:1.4em;
    padding: 15px 0px;
    color: #fff;
}

.navi {
	list-style: none;
     *zoom: 1;
}
.navi a, a.toggleMenu {text-decoration: none;}
.navi:before,
.navi:after {
    content: " "; 
    display: table; 
}

.navi:after {
    clear: both;
}
.navi ul {
    list-style: none;
    width: auto;
}

.navi a {
    padding: 15px 35px 15px 20px;
}

.navi li {
    position: relative;
}
.navi > li {
    float: left;
	margin-left: 0px;
}
/*
.navi > li.hover {
	background-color:#e2f3ff;
}
*/
	
.navi > li > .parent {
    background-image: url("../images/arrow-down-white.png");
    background-repeat: no-repeat;
    background-position: right;
}
.navi > li.hover > .parent {
    background-image: url("../images/arrow-down-white.png");
    background-repeat: no-repeat;
    background-position: right;
}
.navi > li > a {
    display: block;
}
.navi li  ul {
    position: absolute;
    left: -9999px;

}
.navi > li.hover > ul {
    left: 0;
}
.navi li li.hover ul {
    left: 100%;
    top: 0;
}
.navi li li {
	min-width:250px;
}
.navi li li:first-child {
	padding-top:0px;
    border-top: 1px solid #fff;
	z-index:9999;
}

.navi li li a {
    display: block;
    padding: 15px 20px;
    background: #fff;
    position: relative;
    z-index:100;
    border-bottom: 1px solid #fff;
}
 .navi li:last-child a {
     border-bottom: 0px;
 }
  .navi li li:last-child a {
    border-bottom: 1px solid #fff;
 }

/*Style for top level links*/

.navi li a { 
	color:#fff;
}
.navi li a:link, .navi li a:visited { color: #fff; }
.navi li a:focus, .navi li a:active { color: #fff; }


/*Hover state for top level links */
.navi li:hover a {
	color: #fff; background-color:#dc5c00;
}  

/*Style for dropdown links*/
.navi li:hover ul a {
	background: #dc5c00;
	color: #fff;
}

/*Hover state for dropdown links*/
.navi li:hover ul a:hover {
	background: #faa633;
	color: #fff;
}

.navititle {
    display: block;
    padding: 5px 30px;
	font-size:0.9em;
    background: #373737;
	color:#fff;
	text-transform:uppercase;
    position: relative;
    z-index:100;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.subnavititle {
	text-transform:uppercase;
	margin:10px 0px 5px 0px;
}	

.aktiv { color: #fff; background-color:#faa633 !important; }
.big { font-size:22px !important; padding:15px 10px 15px 15px !important; }
.bigger {  min-width:268px !important; }
.smaller { min-width:230px !important; }
.bgnavi { 	background-color:#a91416 !important; padding-right:0px !important; }


@media screen and (max-width: 1076px) {

header, nav, #content { padding-left:20px; padding-right:20px; }
#footerwrap { position:relative; }
#websiteby { margin-bottom:30px; }

.mobileplus { 
	display:inline;
}
.mobileno { 
	display:none;
}


#navbox {
	width: 100%;
}
/*Style for top level links*/
.navi li a { 
	color:#fff;
}
.navi li a:link, .navi li a:visited { color: #fff; }
.navi li a:hover, .navi li a:focus, .navi li a:active { color: #fff; }

/*	.navi a {
    background-color:#faa633;
}	*/

.navi > li {
	margin-left:0px;
}
.navi li:first-child {
    border-top: 1px solid #fff;
}
.navi li a {
     padding: 15px 30px;
     border-bottom: 1px solid #fff;
 }

/*Hover state for top level links*/
.navi li:hover a {
	color:#fff;
	background-color:#dc5c00;
} 

/*Style for dropdown links*/
.navi li li a, .navi li:hover ul a {
	background: #dc5c00;
	color: #fff;
}
/*Hover state for dropdown links*/
.navi li:hover ul a:hover {
	background: #faa633;
}
.navi li li a {
     padding: 15px 30px;
	 font-size:1em;
 	font-weight:normal;
 }
.navi li li:first-child {
	padding-top:0px;
	border-top:none;
}


/* General Styles */

.navi > li {
        float: none;
    }
.navi > li > .parent {
       background-image: url("../images/arrow-down-white.png"); 
    }
.navi > li:hover > .parent {
       background-image: url("../images/arrow-down-white.png"); 
    }	

.navi > li.hover > .parent {
    background-image: url("../images/close-white.png");
} 
.navi ul {
        display: block;
        width: 100%;
    }
.navi > li.hover > ul , .navi li li.hover ul {
        position: static;
    }

#submenu {
	width:95%;
	float:none;
	margin:20px 0px;
	border-left:0px;
	padding:0px;
}

}
/* NAVIGATION END */



/* SLIDER */

#sliderindex { margin:1px 0px; }

#slider ul, #sliderindex ul {
	list-style: none; margin:0px; padding:0px;
}
#slider li, #sliderindex li {
	padding:0px; margin:0px;
}
#slider img, #sliderindex img {
	max-width:100%;
}
#slider ul > li { margin-left: 0px; padding:0px; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: auto;
  border: 0;
  }
/* SLIDER END */


/* FORM */

#content input, #content textarea, #content select {
	border: 1px solid #ddd;
	padding: 6px;
	}
#content select {
	height: 36px;
	}
form {
	padding: 0px;
	margin-top: 0px;
	}

form p {
	display: block;
	padding: 5px 10px;
	margin: 0 0 2px 0;
	}
form h5 {
	margin-bottom:10px; }

form label {
	float: left;
	clear: left;
	width: 150px;
	}
input[type="text"] {
	font-family: Roboto, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	height: 20px;
	width: 200px;
	}
input[type="submit"] {
	font-family: Roboto, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	background-color:#bd0102;
	color:#fff;
	font-size:1em;
	margin: 0px;
	border: 0px;
	border-radius:20px;
	}
input[type="submit"]:hover {
	background-color:#dc5c00;
	color:#fff;
	}	

.roundbutton {
	font-family: Roboto, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	background-color:#a91416;
	color:#fff;
	font-size:1em;
	padding: 4px 11px 4px 15px;
	margin-left: 5px;
	border: 0px;
/*	border-radius:20px;	*/
	}
.roundbutton:hover {
	background-color:#dc5c00;
	color:#fff;
}
.button {
	font-family: Roboto, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	background-color:#a91416;
	color:#fff;
/*	font-size:1em;	*/
/*	padding: 3px 20px;	*/
	margin-top:10px;
/*	display:inline-block;	*/
	text-align:center;
	border: 0px;
	}
.button:hover {
	background-color:#dc5c00;
	color:#fff;
}
a.buttonlink {
	text-decoration:none !important;
	color:#fff !important;
}
a.buttonlink:hover {
	color:#fff !important;
}
form i.fa { color:#fff; font-size:1.4em !important; }



input[type="checkbox"] {
	margin-right:15px;
}
select {
	font-family: Roboto, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	width: 150px;
	font-size:0.8em;
	}
textarea {
	font-family: Roboto, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	height: 100px;
	width: 298px;
	font-size:0.9em;
}
.summe {width:150px; padding-left: 10px; }




@media screen and (max-width: 500px) {

/*
input[type="text"] {
	width: 100px;
	}
*/
.button {
/*	font-size:0.9em;	
	padding: 4px 7px 4px 11px;
	margin-left: 5px; */
	}

}


/* FORM END */


/* SCROLL TO TOP */

#top i.fa { color:#fff; }

.back-to-top {
	position: fixed;
	z-index:9999;
	bottom: 8px;
	right: 8px;
	text-decoration: none;
	color:#fff;
	font-size: 30px;
   	background-color:#555; 
	padding: 10px 10px 10px 15px;
	display: none;
	}
.back-to-top:hover {
	background-color:#dc5c00;
	}

/* SCROLL TO TOP END */

/* Twitter	*/

#twitterbox {
  position:fixed;
  width: 30px;
  height: 30px;
  top: 200px;
  right: 10px;
  z-index:9400;
}

/* Twitter	*/
