@charset "utf-8";

/* signika-negative-regular - latin */
@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/signika-negative-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Signika Negative Regular'), local('SignikaNegative-Regular'),
       url('../_fonts/signika-negative-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_fonts/signika-negative-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/signika-negative-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/signika-negative-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/signika-negative-v11-latin-regular.svg#SignikaNegative') format('svg'); /* Legacy iOS */
}

/* signika-negative-600 - latin */
@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 600;
  src: url('../_fonts/signika-negative-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Signika Negative SemiBold'), local('SignikaNegative-SemiBold'),
       url('../_fonts/signika-negative-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_fonts/signika-negative-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/signika-negative-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/signika-negative-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/signika-negative-v11-latin-600.svg#SignikaNegative') format('svg'); /* Legacy iOS */
}

/* jura-300 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 300;
  src: url('../_fonts/jura-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/jura-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_fonts/jura-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/jura-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/jura-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/jura-v15-latin-300.svg#Jura') format('svg'); /* Legacy iOS */
}

/* jura-regular - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/jura-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/jura-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_fonts/jura-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/jura-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/jura-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/jura-v15-latin-regular.svg#Jura') format('svg'); /* Legacy iOS */
}

#mob_imprint,
#mob_policy {
  display: none;
}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Signika Negative', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	color: #9d9d9d;
	background-color: #782235;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1 {
	font-family: 'Jura', 'Signika Negative', sans-serif;
	font-size: 1.6em;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	color: #782235;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.25em;
	margin-left: 0px;
}

h2 {
	font-size: 1em;
	font-weight: 600;
	text-transform: none;
	color: #9d9d9d;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
}

h3 {
	font-size: 0.95em;
	font-weight: 600;
	text-transform: none;
	color: #9d9d9d;
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.25em;
	margin-left: 0px;
	text-align: justify;
}

.kontakt_mobile {
  display: none;
  width: 100%;
  float: left;
  clear: both;
  overflow: hidden;
  padding: 0 1em;
  position: relative;
}

.kontakt_screen {
  display: block;
}

.contactSubjectTd {
  width: 10em;
}


#Button {
	margin-top: 2em;
}

#Button a {
	color: #333;
	text-decoration: none;
	background-color: #eee;
	padding-top: 0.4em;
	padding-right: 1.5em;
	padding-bottom: 0.4em;
	padding-left: 1.5em;
	line-height: 1.6em;
	cursor: pointer;
	font-family: 'Signika Negative', sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	transition: all 0.25s ease-in-out;
}

#Button a:hover {
	background-color: #9d9d9d;
	color: #fff;
}

/*----- Accordion -----*/
	.accordion, .accordion * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
}

.accordion table {
	margin-bottom: 1.25em;
	font-size: 0.8em;
}

.accordion-section a {
	text-decoration:none;
}

.accordion-section a:hover {
	text-decoration:none;
}

.accordion-section-title {
	width: 100%;
	padding: 0.35em 0.8em;
	display: inline-block;
	border: none;
	background-color: #eee;
	transition: all linear 0.25s;
	color: #333;
	margin-top: 10px;
	background-image: url(../_bilder/arrow_down.png);
	background-size: 18px 12px;
	background-repeat: no-repeat;
	background-position: 98% center;
}

.accordion-section-title:hover {
	background-color: #9d9d9d;
	color: #FFF;
	background-image: url(../_bilder/arrow_down_light.png);
	background-size: 18px 12px;
}

.accordion-section-title.active {
	background-color: #eee;
	color: #333;
	background-image: url(../_bilder/arrow_up.png);
	background-size: 18px 12px;
}

.accordion-section-title.active:hover {
	background-color: #9d9d9d;
	color: #fff;
	background-image: url(../_bilder/arrow_up_light.png);
	background-size: 18px 12px;
}

.accordion-section-content {
	padding: 1em 1em 0 1em;
	display: none;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #EEE;
	transition: border linear 0.25s;
}
 .accordion-section-title:hover ~ .accordion-section-content {
 border-color: #9d9d9d;
}

.fillup {
	background-color: #FFF;
	width: 100%;
	height: auto;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.wrapper {
	margin-right: auto; /* 1 */
  margin-left:  auto; /* 1 */
  max-width: 960px; /* 2 */
  padding-right: 10px; /* 3 */
  padding-left:  10px; /* 3 */
}

header {
	float: left;
	position: relative;
	display: block;
	float: left;

	margin: 0px;
	padding: 0 15px;
  padding-left: 1em;
}

.logo {
	width: 100%;
	max-width: 200px;
	margin-top: 2em;
	height: auto;
}

.menu-icon {
	display:none;
}

#menuToggle {
	display:none;
}

.menu {
	font-family: 'Jura', 'Signika Negative', sans-serif;
	font-size: inherit;
	line-height: normal;
	display: block;
	height: 100px;

	padding: 0px;
	margin: 0px;
	float: right;
	clear: none;
	position: relative;
	left: auto;
	transition: none;
	text-align: justify;
	overflow: hidden;
}

nav li {
	list-style-type:none;
	position: relative;
	float: left;
	clear: none;
	visibility: visible;
	overflow: visible;
	display: block;
	height: 35px;
	width: auto;
	padding-top: 2.5em;
	margin: 0px 0px 0px 41px;
	border-top: none;
}

nav li:first-child {
	margin-left: 0px;
}

nav li:last-child {
	display: none;
}

nav a {
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	color: #9d9d9d;
	height: 35px;
	width: auto;
	padding-top: 2.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	display: inline;
}

nav a:hover, nav .active {
	text-decoration: none;
	color: #782235;
	background-image: url(../_bilder/pfeil.svg);
	background-repeat: no-repeat;
	background-position: center top;
}

.banner1 {
	display: inline;
	border-bottom: 10px solid #782235;
	height: 480px;
	width: 240px;
	min-width: 240px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
}

.banner2 {
	display: none;
}

.row {
	width: 100%;
  margin: 0;
}
main {
	width: 100%;
}

main a {
	text-decoration: none;
	color: #782235;
}

main a:hover {
	text-decoration: underline;
}

main ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

main #partner li {
	margin: 0px 18px 0px 0px;
	padding: 0px;
	float: left;
	clear: right;
}

main #partner li:last-child {
	margin: 0px 0px 0px 0px;
}

main #partner .abstand {
	margin-top: 100px;
}

main #partner .partner {
	height: 36px;
	width: auto;
	transition: all 0.25s ease-in-out;
}

main #partner .partner:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
}

main #referenz li {
	margin: 0px 30px 26px 0px !important;
	float: left;
	clear: right;
	width: 165px;
	height: 105px;
	overflow: hidden;
	position: relative;
}

main #referenz li:last-child {
	margin-right: 0px;
}

main #referenz .pic {
	height: auto;
	width: 165px;
	position: absolute;
	transition: all 0.25s ease-in-out;
}

main #referenz .pic:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
}

.bayern {
	height: 400px;
	width: 300px;
	background-image: url(../_bilder/Deutschland_Lage_von_Bayern.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin: 0px 50px 20px 0px;
}

.bayern .augsburg {
	left: 50%;
	top: 79%;
	position: relative;
	height: auto;
	width: auto;
	display: block;
	font-size: 0.9em;
}

.bayern .muenchen {
	left: 47%;
	top: 83%;
	position: relative;
	height: auto;
	width: auto;
	display: block;
	font-size: 0.9em;
}

.bayern a, .bayern a:hover {
	color: #FFF;
	padding: 3%;
	cursor: pointer;
}

.bayern a span {
	background-color: #f7f7f7;
	padding: 2%;
	position: absolute;
	margin-top: -5%;
	margin-left: 7%;
	color: #999;
	border: 1px solid #9d9d9d;
	box-shadow: 1px 1px 2px grey;
	display: inline-block;
	opacity: 0.0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	font-size: 1.1em;
}

.bayern a:hover span {
	opacity: 0.95;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.adresszeile {
	display: block;
	height: 200px;
	width: 640px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	clear: right;
	float: left;
}

.adresszeile iframe {
	width: 50%;
	height: 200px;
	border: none;
}

.adresse {
	background-color: #f7f7f7;
	width: 40%;
	float: left;
	clear: none;
	margin-right: 5%;
	height: 180px;
	padding-top: 10px;
	padding-right: 2.5%;
	padding-bottom: 10px;
	padding-left: 2.5%;
}
.adresse p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}

.adresse p strong {
	font-weight: bold;
}

/* FORMULAR */
form{
  margin:1em 0
}

form p.explanation{
  margin-bottom:0.25em;
}

  form fieldset{
    margin-bottom:0.5em;
  }

  form fieldset:last-of-type{
    margin-bottom:0;
  }

  form{
    margin-bottom:0.5em;
  }

  form:last-of-type{
    margin-bottom:0;
  }


    form input,
    form select{
      width:100%;
      margin-bottom: .4em;
    }

    input[type="checkbox"]{
      width:inherit;
    }

    form textarea{
      width:100%;
      padding:0.25em 0.5em;
    }

    form button {
    	height: 2.2em;
    	width: auto;
    	background-color: #eee;
    	border-style: none;
    	cursor: pointer;
    	font-family: 'Signika Negative', sans-serif;
    	font-size: 1em;
    	font-weight: 300;
    	line-height: 1.5em;
    	color: #333;
      margin:1em 0;
    	padding: 0px 1.5em 0px 1.5em;
    	transition: all 0.25s ease-in-out;
    }

    form button:hover {
    	background-color: #9d9d9d;
    	color: #fff;
    }

/* form .box, .box_leer, .box_msg {
	display: block;
	width: 45%;
	float: left;
	clear: right;
	margin-right: 5%;
	height: 4.2em;
	margin-bottom: 1em;
}


form .box_msg {
	width: 95%;
	height: 15em;
}

form .feld, .feld_dlt, .feld_msg {
	width: 97%;
	height: 1.8em;
	border: none;
	margin-top: 0.3em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0.2em;
	padding-right: 1.5%;
	padding-bottom: 0.2em;
	padding-left: 1.5%;
	background-color: #eee;
	font-family: 'Signika Negative', sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5em;
	color: #333;
}

form .feld_dlt {
	width: 100%;
	height: 2.2em;
}

form .feld_msg {
	height: 85%;
	resize: none;
} */

aside {
	float: left;
	clear: left;
	height: auto;
	width: 240px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	border-top: none;
}

aside .hotline {
	width: 240px;
}

aside .am {
	width: 75%;
	height: auto;
	margin-top: 20px;
}

aside .hotline table {
	width: 240px;
}

aside a {
	color: #9d9d9d;
	text-decoration: none;
}

aside a:hover {
	text-decoration: underline;
}

section {
	clear: both;
	float: none;
	display: block;
	height: 30px;
	width: 960px;
}

footer {
	line-height: 50px;
	color: #FFF;
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	max-width: 960px;
	padding: 0 1em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

footer a {
	text-decoration: none;
	color: #FFF;
}

footer a:hover {
	text-decoration: underline;
}

footer .left {
	float: left;
	cursor: default;
}

footer .right {
	text-transform: uppercase;
	float: right;
}

footer .right a {
	margin-left: 1em;
}

.material-icons {
	width: 24px;
	height: 24px;
}

.scrollicon {
	text-decoration:none;
	width:50px;
	height:50px;
	background:#000;
	opacity: 0.07;
	position:fixed;
	bottom:60px;
	right:5%;
	display:none;
	border:none;
}

.scrollicon:hover {
	opacity: 0.38;
}

.scrollicon div {
	padding: 12px 13px 14px 13px;
}
