@charset "utf-8";

/*********
Allgemein
*********/
* {
	font-family: 'frutiger_ce_55_romanregular', Helvetica, Arial, sans-serif
}

html {
	height: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
}

/*********
Allgemeine Responsive Klassen für Geräte
*********/
/* Desktop */
@media 
only screen and (min-device-width : 880px), 
only screen and (min-width : 880px) {
.desktop-off, 
.tablet-on,
.phone-on {
	display: none;
}
.desktop-on, 
.tablet-off, 
.phone-off {
	display: block;
}
}
/* Tablets */
@media 
only screen and (min-device-width : 600px) and (max-device-width : 879px), 
only screen and (min-width : 600px) and (max-width : 879px) {
.tablet-off,
.desktop-on, 
.phone-on {
	display: none;
}
.tablet-on,
.desktop-off, 
.phone-off {
	display: block;
}
}
/* Mobile */
@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
.phone-off,
.desktop-on, 
.tablet-on
 {
	display: none;
}
.phone-on, 
.desktop-off, 
.tablet-off {
	display: block;
}
}

/*********
Allgemeine Content Styles
*********/
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.8rem; /* 40px 40/16 = 2.5 */
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}

h2 {
	font-size: 1.4rem; /* 30px 32/16 = 2 */
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.1rem; /* 20px 20/16 = 1.25 */
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding-top: 15px;
}

h4 {
	font-size: 0.9rem; /* 20px 20/16 = 1.25 */
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-top: 12px;
}

p {
	font-size: 0.9rem;
	line-height: 1.1rem;
	margin-bottom: 15px;
}

p.lead {
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 700;
}

@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
h1 {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
h3 {
	font-size: 1rem;
	padding-top: 10px;
}
h4 {
	font-size: 0.8rem;
}
}

img {
	border: 0;
}

img.full {
	width: 100%;
	height: auto;
	display: block;
}

img.white-border {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
.img-right {
	float: none;
	display: block;
	width: 100%;
	margin-left: 0px;
}
.img-left {
	float: none;
	display: block;
	width: 100%;
	margin-right: 0px;
}
}

ul, ol {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
} 

li {
	padding-bottom: 10px;
	padding-left: 8px;
	margin-left: 15px;
	list-style-type: disc;
	font-size: 0.9rem;
}

ol li {
	list-style-type: decimal;
}

/*Links*/
a {
	color: #e2001a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.quick-btn a {
	display: inline-block;
	padding: 20px 0px;
	padding-left: 50px;
	color: #fff;
	background: url(../img/layout/icon-distributors.svg) left center no-repeat;
	background-size: auto 25px;
}

.imprint a {
	color: #fff;
}

.btn.back {
	margin-bottom: 40px;
}

.btn.back img {
	width: 50px;
	height: auto;
}

.gm-style-iw a {
    text-decoration: none;
}

/* MAP */
#map {
	height: 500px; 
	width: 100%; 
	background: #a3ccff;
}


/*********
Raster-Styles
*********/
body {
	font-size: 100%; /* 16px = 1em */
	height: 100%;
}

body, img, p, tr, td {
	color: #000;
}

.content-block-center {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.content {

}

.content.red {
	background: #e2001a;
}

.content.grey-light {
	background: #dde0e5;
}

header {
	overflow: hidden;
	height: 250px;
}

.image-full,
.royalSlider.image-full {
	display: block;
	width: 100%;
	height: calc(100% - 180px);
	margin-top: 0px;
	position: relative;
}

.slogan {
	position: absolute;
	left: 35px !important;
	top: 300px !important;
	z-index: 1000;
	color: #fff;
	font-size: 3rem;
	text-shadow: 1px 1px 0px #000;
}

.index-site header, 
.news-site header,  
.services-site header, 
.license-holders-site header, 
.imprint-site header,
.ueber-uns-site header,
.kompetenzen-site header,
.referenzen-site header,
.kontakt-site header,
.impressum-site header {
	height: 125px;
	border-bottom: 2px solid #fff;
}

#logo {
	position: absolute;
	top: 40px;
	right: 40px;
}

#logo img {
	height: 45px;
	width: auto;
}

.quick-btn {
	text-align: center;
}

footer {
	background: #b0b6be;
	padding: 40px;
	overflow: hidden;
}

.imprint {
	float: right;
	height: 40px;
	line-height: 40px;
}

@media 
only screen and (min-device-width : 600px) and (max-device-width : 1400px), 
only screen and (min-width : 600px) and (max-width : 1400px) {
.content-block-center {
	/*margin-left: 45px;
	margin-right: 45px;*/
	width: auto;
}
}
@media 
only screen and (min-device-width : 220px) and (max-device-width : 1024px), 
only screen and (min-width : 220px) and (max-width : 1024px) {
.index-site header, 
.news-site header,  
.services-site header, 
.license-holders-site header, 
.imprint-site header,
.ueber-uns-site header, 
.kompetenzen-site header,
.referenzen-site header,
.kontakt-site header,
.impressum-site header,
header {
	height: 70px;
	border-bottom: 2px solid #fff;
}
#logo {
	top: 15px;
	right: 15px;
}
#logo img {
	height: 40px;
}
}
@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
body {
	font-size: 90%; 
}
.content-block-center {
	/*margin-left: 15px;
	margin-right: 15px;*/
	width: auto;
}
.slogan {
	left: 5%;
	top: 135px;
	font-size: 2.1rem;
}
}

.skipp {
	position: absolute;
	right: 10px;
	top: 10px;
}

.skipp img {
	display: block;
	width: auto;
	height: 15px;
	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape/FireFox */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* aktuelle Browser */
	opacity: 0.7;
}
@media 
only screen and (min-device-width : 220px) and (max-device-width : 1024px), 
only screen and (min-width : 220px) and (max-width : 1024px) {
.skipp {
	display: none;
}
}

/*********
Tools & spezifische Content-Styles
*********/
ul.list {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list li a {
	text-decoration: none;
	display: block;
}

/*News*/
.news.front.list li, 
.news.list li {
	overflow: hidden;
	margin-bottom: 40px;
	width: 100%;
}

.news.front.list li {
	background: #fff;
}

.news.front.list li .img-left {
	width: 30%;
	height: auto;
	margin-bottom: 0;	
	margin-right: 0;
}

.news.front.list li .info {
	padding: 15px;
	float: right;
	width: 60%;
	width: calc(70% - 30px);
}

.news.front.list h3 {
	font-size: 1rem;
	padding-top: 0;
}

.news.front.list p.date {
	margin-bottom: 0;
	font-size: 0.75rem;
}

.news.front.list img.more, 
.news.list li img.more {
	width: 20px;
	height: auto;
}

.news.list li .img-right {
	width: 45%;
	height: auto;
}

.news.detail .list.bilder li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
}

.news.detail .list.bilder li:nth-child(4n) {
	margin-right: 0;
}

.news.detail .list.bilder li:first-child {
	width: 100%;
	margin-right: 0;
	margin-top: 0;
}


/*Team und neu Referenzen*/
.team.list {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}
.team.list li,
.referenzen.list li {
	background: #b0b6be;
	width: 30%; 
	margin-right: 5%;
	margin-bottom: 5%;
	float: left;
}

.team.list.contact li {
	background: none;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}

.team.list li:nth-child(3n), 
.team.list.contact li:nth-child(2n),
.referenzen.list li:nth-child(3n) {
	margin-right: 0;
}

.team.list li .info,
.referenzen.list li .info{
	margin: 15px;
	min-height: 110px;
}

.team.list li h2,
.referenzen.list li h2{
	margin-bottom: 8px;
	font-size: 1.3rem;
}

.team.list li p,
.referenzen.list li p {
	margin-bottom: 3px;
}

.team.list li p.funktion,
.referenzen.list li p.realisation {
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.team.list li img {
	border-bottom: 2px solid #e2001a;
}

/*Galerie*/
.galerie.list {
	overflow: hidden;
	text-align: center;
}

.galerie.list li {
	float: left;
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.galerie.list.center li {
	float: none;
	display: inline-block;
}

.galerie.list li:nth-child(5n) {
	margin-right: 0;
}

.galerie.list li img {
	border: 1px solid #b0b6be;
}

/* License holders */
.licenseholders.list li {
	width: 22%;
	min-height: 230px;
	margin-right: 4%;
	margin-bottom: 4%;
	float: left;
}

.licenseholders.list li:nth-child(4n) {
	margin-right: 0;
}

.licenseholders.list li img {
	display: block;
	width: 100%;
	max-width: 195px;
	height: auto;
}

.licenseholders.list li.wanted {
	background: url(../img/layout/icon-distributors.svg) no-repeat #e2001a;	
	background-position: center 30px;
	background-size: auto 40px;
}

.licenseholders.list li.wanted a {
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 20px;
	padding-top: 95px;
}


@media 
only screen and (min-device-width : 600px) and (max-device-width : 879px), 
only screen and (min-width : 600px) and (max-width : 879px) {
.team.list li, 
.team.list li:nth-child(3n),
.referenzen.list li, 
.referenzen.list li:nth-child(3n){
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.team.list li:nth-child(2n),
.referenzen.list li:nth-child(2n){
	margin-right: 0;
}
.team.list li h2,
.referenzen.list li h2{
	font-size: 1.1rem;
}
.team.list li p.funktion,
.referenzen.list li p.realisation{
	font-size: 0.8rem;
}

.licenseholders.list li, 
.licenseholders.list li:nth-child(4n) {
	width: 30%;
	min-height: 230px;
	margin-right: 5%;
	float: left;
}

.licenseholders.list li:nth-child(3n) {
	margin-right: 0;
}
}
	
@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
.news.front.list li .img-left {
	width: 40%;
	margin: 0;
	float: left;
}

.news.front.list li .info {
	width: 50%;
	width: calc(60% - 30px);
}

.news.list li .img-right {
	width: 100%;
	float: none;
}

.galerie.list li, 
.galerie.list li:nth-child(5n) {
	width: 31.3334%;
	margin-right: 3%;
}

.galerie.list li:nth-child(3n) {
	margin-right: 0;
} 

.team.list li, 
.team.list li:nth-child(3n), 
.team.list.contact li, 
.team.list.contact li:nth-child(2n),
.referenzen.list li, 
.referenzen.list li:nth-child(3n), 
.referenzen.list.contact li, 
.referenzen.list.contact li:nth-child(2n){
	width: 100%; 
	margin-right: 0;
	margin-bottom: 6%;
}

.team.list li h2,
.referenzen.list li h2 	{
	font-size: 1rem;
}
	
.team.list li p.funktion,
.referenzen.list li p.realisation {
	font-size: 0.8rem;
}

.team.list li .info,
.referenzen.list li .info	{
	min-height: auto;
}

.licenseholders.list li, 
.licenseholders.list li:nth-child(4n) {
	width: 48%;
	min-height: auto;
	margin-right: 4%;
	float: left;
}

.licenseholders.list li:nth-child(2n) {
	margin-right: 0;
}
.referenzen.detail .img-right {
	width: 50%;
}
}

/*********
Bild-Slider
*********/
body .rsUni .rsBullets {
	margin-top: -35px;
}

body .rsUni .rsBullet.rsNavSelected span {
	background-color: #e2001a;
}

body .rsUni .rsBullet span {
	background-color: rgba(255,255,255,0.5);
}

body .rsUni .rsBullet:hover {
	cursor: pointer;
}

/*********
Navigation
*********/
.main-nav ul, 
.social-nav ul {
	position: relative;
	margin: 0;
	padding: 0;
}

.main-nav ul li, 
.social-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.main-nav li a {
	display: block;
	margin-left: 25px;
	color: #000;
	font-size: 1.5rem;
	text-decoration: none;
	height: 125px;
	line-height: 125px;
}

.main-nav li.active a, 
.main-nav li a:hover, 
.main-nav li.active li.active a, 
.main-nav li.active li a:hover {
	color: #e2001a;
}

.main-nav ul li.home {
	background: #dde0e5;
	padding-right: 40px;
	padding-left: 15px;
	padding-top: 14px;
	height: 111px;
	line-height: 111px;
}

.main-nav ul li:first-child img {
	height: 45px;
	width: auto;
}

.main-nav ul li ul {
	display: none;
}

.main-nav ul li.active ul {
	display: block;
	position: absolute;
	left: 0;
	top: 125px;
	width: 100%;
	background: #b0b6be;
}

.main-nav ul li li:first-child {
	background: none;
	padding-left: 0;
	padding-right: 0;
}

.main-nav li.active li a {
	color: #fff;
}

.social-nav ul li a {
	display: block;
	margin-right: 20px;
}

.social-nav ul li a img {
	height: 40px;
	width: auto;
}
@media 
only screen and (min-device-width : 1200px) and (max-device-width : 1350px), 
only screen and (min-width : 1200px) and (max-width : 1350px) {
.main-nav li a {
	font-size: 1.2rem;
}
}
@media 
only screen and (min-device-width : 1024px) and (max-device-width : 1200px), 
only screen and (min-width : 1024px) and (max-width : 1200px) {
.main-nav li a {
	font-size: 1rem;
	margin-left: 15px;
}
}

/*********
Tabellen
*********/
table, tbody, thead {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px;
	margin-bottom: 10px;
}

tr, td, th {
	border: 0px;
}

/*tr:nth-child(even) {
	background-image:url(../img/layout/bg_weiss60.png);
}*/

tr {
	padding: 0px;
	margin: 0px;
}

tr:hover {
	background-color: #e3b2b3;
}

th {
	padding: 2px;
	border-bottom: 1px solid #333;
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-weight: bold;
	background-color: #C00;
}


td {
	margin: 0;
	padding: 2px;
	border-bottom: 1px dotted #333;
	vertical-align: top;
	text-align: left;
}

/*********
Formulare
*********/
form {
	overflow: hidden;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form p {
	padding-bottom: 10px;
}

legend {
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
	font-size: 1.1rem;
	text-transform: uppercase;
}

label {
	display: block;	
	font-size: 0.9rem;
	margin-bottom: 5px;
}

label.inline {
	display: inline;
}

input, 
select, 
textarea {
	background-color: #fff;
	color: #000;
	border: 0;
	padding: 8px;
	font-size: 0.9rem;
	width: 100%;
	margin-bottom: 8px;
}

input, 
textarea {
	width: 90%;
	width: calc(100% - 16px);
}

.koordinaten input {
	width: 60%;
	width: calc(70% - 16px);
	float: left;
}

.koordinaten input[type="button"] {
	width: 30%;
}

textarea {
	height: 120px;
}

input:focus {
	/*border-color: #2A8E01;*/
}

input[type="checkbox"], 
input[type="radio"] {
	width: auto;
	margin-right: 5px;
	border: 0;
}

input[type="checkbox"] {
	border: 0;
	background: #fff;
	padding: 0px;
}

input[type="submit"], 
button[type="submit"],  
input[type="button"] {
	background-color: #b0b6be;
	color: #e2001a;
	width: 100%;
}

input[type="submit"]:hover, 
input[type="button"]:hover {
	background-color: #e2001a;
	color: #fff;
}

input.pflicht, 
textarea.pflicht {
	/*border-right: 3px solid #000;*/
}

.validationerror {
	background: #e2001a;
	color: #fff;
	padding: 8px;
	margin-bottom: 1px;
	width: 50%;
	
}

@media 
only screen and (min-device-width : 220px) and (max-device-width : 879px), 
only screen and (min-width : 220px) and (max-width : 879px) {
input, 
select,
textarea,
input[type="submit"],
button[type="submit"],
input[type="submit"]:hover, 
.validationerror
 {
	width: 90%;
	width: calc(100% - 16px);
}

input, 
select, 
input[type="submit"],
button[type="submit"],
input[type="submit"]:hover {
	width: 100%;
}
}

/*********
Transparenzen
*********/
.opac70 {
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=70);
	  /* Netscape/FireFox */
	  -moz-opacity: 0.7;
	  /* Safari 1.x */
	  -khtml-opacity: 0.7;
	  /* aktuelle Browser */
	  opacity: 0.7;
}

.opac100 {
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  /* IE 5-7 */
	  filter: alpha(opacity=100);
	  /* Netscape/FireFox */
	  -moz-opacity: 1.0;
	  /* Safari 1.x */
	  -khtml-opacity: 1.0;
	  /* aktuelle Browser */
	  opacity: 1.0;
}
