 /* General Styles */

html, body {
  height: 100%;
}

body {
 	padding: 50px 0 0 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

/*Font styles */
h1, h2, h3, h4, h5, h6{
	font-weight: 300;
}
h1{
	font-size: 52px;
  margin: 0px 0px 60px 0px;
  padding: 0px;
}
h2{
  font-size: 26px;
  margin: 45px 0px 25px 0px;
  padding: 0px;
}
/* no top margin for h2 inside content */
.notopspace{
  margin-top: 0px;
}
b{
  font-weight: 400;
}
p{
  margin: 0px 0px 30px 0px;
  padding: 0px;
  line-height: 1.5;
}
.btn{
  font-family: 'Lato', sans-serif;
  font-weight: 300;  
}

/*Frontpage Slideshow */
.slidecaption{
  float: right;
  margin-left: 24px;
  margin-top: 12px;
  position: absolute;
  left: 0px;
  width: 300px;
  text-align: center;

  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
}

/* Off Canvas Navigation */

.navmenu{
	background-color: #002345;
	color: white;
  font-family: 'Mate', serif;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  width: 365px;
}
.navitems li{
  margin-bottom: 3px;
}
.navmenu a{
  color: white;
  padding-bottom: 3px;
  padding-top: 3px;
}
.navmenu a:hover, .active a{
  border-bottom: 1px solid #00B3FF;
  text-decoration: none;
  color: #00B3FF;
}

.navmenu-fixed-right {
  right: 0;
  border-width: 0 0 0 0px;
}

.navbar-toggle {
  float: right;
  margin-left: 15px;
  top: 23px;
  right: 30px;
  background-image: url("../img/nav-white.svg");
  background-size: 41px;
  background-repeat: no-repeat;
  width: 41px;
}
.darknav {
  background-image: url("../img/nav.svg");
}

.navbar-toggle:hover {
  background-image: url("../img/nav-gray.svg");
}

.close-navi{
  position: absolute;
  top: 31px;
  right: 44px;
  background-image: url("../img/nav_close.svg");
  background-size: 37px;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}
.close-navi:hover{
  background-image: url("../img/nav_close-gray.svg");  
}
.oldie-navi{
  display: none;
}

.navbar {
	left: 0 auto;
	background: none;
	border: none;
}

.navbar-toggle {
  	display: block; /* force showing the toggle */
	}

.navitems{
  list-style-type: none;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.navtoggle-container{
  width: 100px;
  right: 0px;
  left: auto;
}

.nav-spacer{
  padding-bottom: 50px;
}

/* Pageheader */ 

.pageheader{
  padding-top: 33px;
  height: 180px;
}

.navbar-fixed-bottom .cityclaim{
  color: white;
}
.cityclaim{
  line-height: 1;
	font-size: 18px;
  padding-bottom: 50px;
}

/* Page content */

/* Column-paddings for left and right column */
.maincontent{
  margin-bottom: 50px;
}
.maincontent hr {
    border: 1px solid white;
    height: 1px;
    /* Set the hr color */
    color: #878787; //old IE
    background-color: #878787; //Modern Browsers
    border-top: none;
    background-color: #878787;
}
.maincontent p a, table td a{
  text-decoration: none;
  color: black;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
}

.maincontent p a:hover, table td a:hover {
  text-decoration: none;
  color: #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 2px;
}

.maincontent img{
  margin-bottom: 30px;
}

.maincontent ul{
  list-style-image:url('../img/liststyle.jpg');
  padding: 0px;
  margin: 0px 0px 0px 16px;
  line-height: 1.5;
}

.leftcol{
  padding-right: 25px;
}

.rightcol{
  padding-left: 25px;
}

.contentbox{
	margin-top: 160px;
}
.caption{
  font-size: 14px;
  font-weight: 400;
}
.logobox img:hover{
  cursor: pointer;
}

/* Kontaktformular */

.form-horizontal .control-label {
  text-align: left;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  font-weight: 300;
}
.form-control {
  color: black;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: inherit;
  line-height: 1.42857143;
  /* color: black */
  background-color: #F2F2F2;
  background-image: none;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: none;
}
.form-control placeholder{
  color: black;
}
.contact-submit{
  margin-top: 12px;
}
.error{
  border: 1px solid red;
}

/* Disclaimer*/
.disclaimer p{
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
.disclaimer .indent{
  text-indent: 10px;
}
.disclaimer .spacer{
  margin-bottom: 15px;
}
.disclaimer span{
  text-indent: 10px;
}
.disclaimer h3{
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  line-height: 1.5;
}

/* Google Map */
.mapdiv{
  margin-bottom: 80px;
}

/*Liste Angebote*/
img.angebote{
	margin-bottom: 15px;
}
p.angebot{
	margin-bottom: 10px;
}
p.bottom{
	margin-bottom: 70px;
}

il.angebot{
}
/*Table Angebote gross*/
table.angebot{
	display: table;
	width: 100%;
	line-height: 38px;
	margin-bottom: 40px;
}
td.pdf{
	line-height: 30px;
}
table.angebot td{
	text-align: right;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: white;
	padding-right: 10px;
	font-weight: 400;
}
table.angebot td:last-of-type{
	border-right-width: 0px;
}
table.angebot th{
	width: 14.2%;
	text-align: right;
	font-weight: 400;
	padding-right: 10px;
}
table.angebot th:first-of-type, table.angebot td:first-of-type{
	text-align: left;
	padding-left: 8px;
}
tr.baufeldab{
	background-color: #CFB8BF;
	color: white;
	border-bottom: 6px solid white;
}
/*tr.baufeldb{
	background-color: #0088CF;
	color: white;
	border-bottom: 6px solid white;
}*/
tr.c2{
	background-color: #CFD8BF;
	border-bottom: 6px solid white;
}
tr.baufeldc{
	background-color: #CFD8BF;
	border-bottom: 6px solid white;
}
tr.baufeldcd{
	background-color: #CFD8BF;
}
tr.baufeldd{
	background-color: #CFB8BF;
}
table.klein{
	display:none;
}

#promo_button_1 {
	width: 230px;
	height: 230px;
	position: absolute;
	right: 100px;
	bottom: 100px;
}
#promo_button_1 img {
	width: 100%;
	height: auto;
}

/* Media Queries */


/* make sure logo does not collide with caption in sm on frontpage*/
@media (max-width: 768px) {
  .frontpage-sm-pad{
    text-align: center;
  }
  #frontpage-box .frontpage-sm-pad{
    text-align: center;
  }
  .frontpage-sm-pad img{
    width: 100%;
    max-width: 340px;
    text-align: center;
  }
  .cityclaim{
    padding-top: 15px;
  }
  .leftcol{
    padding: 15px;
  }
  .rightcol{
    padding: 15px;
  }
  .pageheader img{
    width: 70%;
    max-width: 320px;
  }
  .form-group {
    margin-bottom: 3px;
  }
  .navmenu {
    width: 100%;
  }
  .navbar-toggle{ 
    right: 1px;
  }
  .close-navi {
  right: 15px;
  }
/*Table Angebote klein*/
table.klein{
	display: table;
	width: 100%;
	line-height: 30px;
	margin-bottom: 40px;
}
table.klein td{
	width: 50%;
	font-weight: 400;
	padding-left: 10px;
	text-align: left;
	}
table.klein tr{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: white;
}
tr.kleinab{
	background-color: #CFB8BF;
	color: white;
}
/*tr.kleinb{
	background-color: #0088CF;
	color: white;
}*/
tr.kleincd{
	background-color: #CFD8BF;
}
/* tr.kleind{
	background-color: #CFB8BF;
}*/
table.klein th{
	width: 50%;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: white;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
table.angebot{
	display: none;
	}
}


@media (max-width: 1600px) {
	#promo_button_1 {
		width: 14.5vw;
		height: 14.5vw;
		min-width: 170px;
		min-height: 170px;
		position: absolute;
		right: 60px;
		bottom: 80px;
	}
}
