@charset "utf-8";

/*********
Allgemein
*********/
* {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

html {
	height: 100%;
}

body.noscroll {
	overflow: hidden;
}

a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
}

.links .grid-1.last-grid {
	margin-left: 54%;
}
.erfolge.links img.full {
	left: 0;
}

/*********
Allgemeine Responsive Klassen für Geräte
*********/
/* Desktop */
@media 
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-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-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, p {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: 'YanoneKaffeesatz-Bold';
	text-transform: uppercase;
}

h1 {
	font-size: 2.5rem; /* 40px 40/16 = 2.5 */
	font-weight: normal;
	color: #000;
}

h2 {
	font-size: 6rem;
	font-weight: normal;
	color: #8398A4;
	margin-bottom: 40px;
}

.first h2 {
	position: absolute;
	left: 0;
	bottom: 40px;
	
	color: #8398A4;
	font-size: 4rem;
	line-height: 6.5rem;
	font-weight: 700;
	margin-bottom: 0px;
}
.first h2 span {
	font-family: 'YanoneKaffeesatz-Bold';
	display: block;
	font-size: 8rem;
}
.partner-site .first h2 span {
	font-size: 5.2vw;
}

h3 {
	font-size: 1.5rem; /* 20px 20/16 = 1.25 */
	color: #000;
	margin-bottom: 10px;
	margin-top: 30px;
}

h2:first-child, 
h3:first-child {
	margin-top: 0;	
}

.slogan span {
	display: block;
	text-transform: uppercase;
	font-family: 'YanoneKaffeesatz-Bold';
	/*font-size: 9rem;*/
	color: #000;
}
.slogan span:last-child {
	/*font-size: 6rem;*/
}
.slogan .right {
	padding-left: 5vw;
	width: 23vw;
	/*font-size: 5.675vw;*/
	font-size: 3.8vw;
	animation: fly-in-right 1.5s cubic-bezier(1.000, 0.000, 0.105, 1.650);
}
.slogan .left {
	width: 35vw;
	/*font-size: 8.807vw;*/
	font-size: 5.2vw;
	animation: fly-in-left 1.5s cubic-bezier(1.000, 0.000, 0.105, 1.650);
}
@keyframes fly-in-right {
	0% {
		transform: translateX(75vw);
	}
	100% {
		transform: translateX(0%); 
	}
}
@keyframes fly-in-left {
	0% {
		transform: translateX(-70vw);
	}
	100% {
		transform: translateX(0%); 
	}
}

p {
	font-size: 1rem;
	line-height: 1.5rem;
	font-style: normal;
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

p.lead {
	font-size: 1.125rem;
	font-weight: 700;
}

blockquote p {
	font-family: 'YanoneKaffeesatz-Bold';
	color: #8398A4;
	font-size: 2rem;
	line-height: 2.5rem;
}
@media 
only screen and (min-width : 600px) and (max-width : 879px) {
	h1 {

	}
	h2 {

	}
	.first h2 {
		font-size: 2.5rem;
		line-height: 4.5rem;
		bottom: 0px;
	}
	.first h2 span {
		font-size: 5rem;
	}
}
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.first h2 {
		font-size: 1.5rem;
		line-height: 2.5rem;
		bottom: 0px;
	}
	.first h2 span {
		font-size: 3rem;
	}
}

img {
	border: 0;
}

img.full {
	width: 100%;
	height: auto;
	display: block;
}

#logo img,
#logo svg {
	width: auto;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 9px;
}

img.sign {
	width: 55%;
	height: auto;
	padding-top: 20px;
}

.logo-nav.fixed {
	height: 79px;
}
.logo-nav.fixed #logo img,
.logo-nav.fixed #logo svg {
	height: 40px;
}

.logo-nav.fixed #logo svg .st1 {
	fill: #000000;
}

.erfolge img.full {
	position: absolute;
	right: 0;
	top: 0;
	width: 50vw;
}
.fakten img.full {
	position: absolute;
	left: 0;
	top: 0;
	width: 50vw;
}

.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-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;
	}
	.erfolge img.full {
		position: relative;
		width: 100vw;
	}
	#logo img, 
	#logo svg, 
	.logo-nav.fixed #logo img,
	.logo-nav.fixed #logo svg {
		height: 30px;
	}
	.logo-nav.fixed {
		height: 69px;
	}
}

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: 1rem; /* 12px 12/16 = 0.75 */
}

ol li {
	list-style-type: decimal;
}

/*Links*/
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.fon {
	text-decoration: none;
}

/* Buttons */
.btn a {
	font-family: 'YanoneKaffeesatz-Bold';
	display: block;
	padding: 15px;
	background: #8398A4;
	color: #000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.btn a:hover {
	background: #000;
	color: #fff;
}

.btn.inline a {
	display: inline-block;
}

.btn.inline.right {
	text-align: right;
}
.btn.inline.center {
	text-align: center;
}


/*********
Raster-Styles
*********/
body {
	font-size: 100%; /* 16px = 1rem */
	height: 100%;
}

body, img, p, tr, td {
	color: #000;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

header .slogan {
	position: absolute;
	left: 18%;
	top: 20%;
}

.logo-nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	height: 89px;
	transition: all 0.5s;
}
.logo-nav.fixed {
	background-color: #dae0e4;
	transition: all 0.5s;
}

#logo {
	float: left;
}
.btn-mobile-nav {
	float: right;
	margin-top: 30px;
}
.btn-mobile-nav img {
	height: 30px;
	width: auto;
}
.logo-nav.fixed .btn-mobile-nav img {
	height: 20px;
}

section.erfolge {
	overflow: hidden;
}

.content-block-center {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.erfolge .content-block-center {
	/*overflow: visible;
	min-height: 37.5vw;*/
}

.first .content-block-center {
	position: relative;
	height: 100%;
}

.content, 
footer {
	position: relative;
	z-index: 20;
	background: #fff;
}

.content.first {
	margin-top: 25.25vw;
	height: 30vw;
	background: url(../img/layout/bg-dreieck.svg) left top no-repeat;
	background-size: 100% 30vw;
	background-position-y: 1px;
}

.content.bg-blau {
	background: #dae0e4;
}

/*
.content#aktuell {
	height: 300px;
}
*/

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.content#kontakt {
		clear: both;
	}
}

.ra-ct {
	padding: 80px 0;
}

.main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: #dae0e4;
	display: none;
}


@media 
only screen and (min-width : 600px) and (max-width : 1390px) {
	.content-block-center {
		margin-left: 45px;
		margin-right: 45px;
		width: auto;
	}
	#kontakt .content-block-center {
		width: calc(100% - 90px);
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	body {
		font-size: 90%; 
	}
	.content-block-center {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}
	.btn-mobile-nav {
		margin-top: 25px;
	}
	.btn-mobile-nav img, 
	.logo-nav.fixed .btn-mobile-nav img {
		height: 20px;
	}
	header .slogan {
		left: 16%;
		top: 25%;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

.skipp {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.skipp img {
	display: block;
	
	/* 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-width : 220px) and (max-width : 599px) {
	.skipp {
		display: none;
	}
}

/*********
Tools & spezifische Content-Styles
*********/
ul.list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list li a {
	text-decoration: none;
	display: block;
}

.list.fuenf-spalten li {
	width: 16.8%;
	margin-right: 4%;
	margin-bottom: 4%;
	float: left;
}

.list.vier-spalten li {
	width: 22.375%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.drei-spalten li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.zwei-spalten li, 
.list.zwei-spalten.news.front li {
	width: 48.25%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.fuenf-spalten li:nth-child(5n), 
.list.vier-spalten li:nth-child(4n),
.list.drei-spalten li:nth-child(3n), 
.list.zwei-spalten li:nth-child(2n), 
.list.zwei-spalten.news.front li:nth-child(2n) {
	margin-right: 0;
}

@media 
only screen and (min-width : 600px) and (max-width : 879px) {
	.list.fuenf-spalten li:nth-child(5n), 
	.list.fuenf-spalten li {
		width: 31%;
		margin-right: 3.5%;
	}
	.list.vier-spalten li, 
	.list.vier-spalten li:nth-child(4n), 
	.list.drei-spalten li, 
	.list.drei-spalten li:nth-child(3n) {
		width: 48.25%;
		margin-right: 3.5%;
	}
	.list.fuenf-spalten li:nth-child(3n), 
	.list.vier-spalten li:nth-child(2n), 
	.list.drei-spalten li:nth-child(2n) {
		margin-right: 0;
	}
	
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.list.zwei-spalten li, 
	.list.zwei-spalten.news.front li, 
	.list.zwei-spalten li:nth-child(2n), 
	.list.zwei-spalten.news.front li:nth-child(2n),
	.list.drei-spalten li, 
	.list.drei-spalten li:nth-child(3n), 
	.list.drei-spalten li:nth-child(2n), 
	.list.vier-spalten li, 
	.list.vier-spalten li:nth-child(4n), 
	.list.vier-spalten li:nth-child(2n), 
	.list.fuenf-spalten li, 
	.list.fuenf-spalten li:nth-child(5n) {
		width: 100%;
		margin-right: 0%;
		float: none;
		display: block
	}
	.list.fuenf-spalten li, 
	.list.fuenf-spalten li:nth-child(5n) {
		width: 48%;
		margin-right: 4%;	
		float: left;
	}
	.list.fuenf-spalten li:nth-child(2n) {
		margin-right: 0;
	}
}

/* Partner */
.list.partner a img, 
.list.partner a:link img, 
.list.partner a:visited img, 
.list.partner a:active img {
	border: 1px solid #dae0e4 !important;
	padding: 15px;
	width: calc(100% - 32px);
}
.list.partner img.ohnelink {
	border: 1px solid #dae0e4 !important;
	padding: 15px;
	width: calc(100% - 32px);
}
.partner-site .img-left {
	width: 25%;
}

/* Galerie */
.galerie {
		z-index: unset;
	/*
		width: 100%;
		height: 56.25vw;
	*/
}

.royalSlider img {
	/*
	position: relative;
	width: 100% !important;
		width: 100%;
		height: 56.25vw;
		z-index: 21;
	position: relative;
	display: block;
	height: auto;
	*/
}

.royalSlider {
	width: 100% !important;
	/*
	height: 56.25vw !important;
	*/
}

.royalSlider .rsCustom.rsHor .rsArrowLeft .rsArrowIcn {
	background: url(../img/layout/icon-left.svg) no-repeat;
	background-size: 20px;
	background-position: 6px 10px;
}
.royalSlider .rsCustom.rsHor .rsArrowRight  .rsArrowIcn {
	background: url(../img/layout/icon-right.svg) no-repeat;
	background-size: 20px;
	background-position: 7px 10px;
}

/*********
Navigation
*********/
.main-nav ul, 
.service-nav ul, 
.social-nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.main-nav ul {
	margin-top: 15vh;
}

.main-nav ul li, 
.service-nav ul li, 
.social-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.service-nav ul li {
	float: left;
}
.social-nav ul li {
	float: right;
}
.main-nav ul li {
	text-align: center;
	height: 10vh;
}

.main-nav li a {
	font-family: 'YanoneKaffeesatz-Bold';
	color: #8398A4;
	font-size: 6vh;
	line-height: 10vh;
	text-decoration: none;
	text-transform: uppercase;
	
}

.main-nav li a.active, 
.main-nav li a:hover {
	color: #000;
}

.service-nav ul li a {
	display: block;
	margin-right: 15px;
	color: #8398a4;
	font-size: 1rem;
	text-decoration: none;
}

.service-nav ul li a.active, 
.service-nav ul li a:hover {
	color: #000;
}

.social-nav ul li a {
	margin-left: 25px;h
}
.social-nav ul li a img {
	height: 25px;
	width: auto;
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.service-nav ul, 
	.social-nav ul {
		text-align: center;
	}
	.service-nav ul li, 
	.social-nav ul li, 
	.service-nav ul li a, 
	.social-nav ul li a {
		float: none;
		display: inline;
	}
}


/*********
Accordion
*********/
.ct-accordion {
	margin-bottom: 20px;
}

.ui-corner-all, 
.ui-corner-top, 
.ui-corner-left, 
.ui-corner-tl {
	
}

/*********
Tabellen
*********/
table, tbody, thead {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px;
	margin-bottom: 15px;
}

tr, td, th {
	border: 0px;
}

/*tr:nth-child(even) {
	background-image:url(../img/layout/bg_weiss60.png);
}*/

tr {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

tr:hover {
}

th {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

td {
	margin: 0;
	padding-bottom: 10px;
	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: 1rem;
	text-transform: uppercase;
}

label {
	display: block;	
	margin-bottom: 5px;
}

label.inline {
	display: inline;
}

input, 
select, 
textarea {
	background-color: #A4A4A4;
	color: #000;
	border: 0;
	padding: 8px;
	width: 100%;
	margin-bottom: 8px;
}

/* Autocomplete Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 0 #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

input, 
textarea {
	width: 90%;
	width: calc(100% - 16px);
}

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"] {
	width: 100%;
	background: #333;
	color: #fff;
}

input[type="submit"]:hover {
}

input.pflicht, 
textarea.pflicht {
	/*border-right: 3px solid #000;*/
}

.validationerror {
	background: #CB0003;
	color: #fff;
	padding: 8px;
	margin-bottom: 1px;
	width: 50%;	
}

@media 
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%;
	}
}

/*********
Masonry Box-System
*********/
.masonry-box {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.masonry-box .box-item {
	margin-bottom: 35px;
	
}

/* Salvattore - Masonry */
/* These are the classes that are going to be applied: */
.masonry-box .column { 
	float: left;
}

.masonry-box .size-1of4, 
.masonry-box .size-1of3, 
.masonry-box .size-1of2 { 
	margin: 0;
	padding: 0;
	float: left;
	width: 22.375%;
	margin-right: 3.5%;
}

.masonry-box .size-1of3 { 
	width: 31%;
}

.masonry-box .size-1of2 {
	width: 48%;
	margin-right: 4%;
}

.masonry-box .size-1of1 {
	width: 100%;
	margin-right: 0;
}

.masonry-box .size-1of4:nth-child(4n), 
.masonry-box .size-1of3:nth-child(3n), 
.masonry-box .size-1of2:nth-child(2n) {
	margin-right: 0;
}

@media screen and (min-width: 880px) and (max-width: 5000px) {
	.masonry-box[data-columns]::before {
		content: '3 .column.size-1of3';
	}
	.vier-spalten.masonry-box[data-columns]::before {
		content: '4 .column.size-1of4';
	}
}
@media screen and (min-width: 600px) and (max-width: 879px) {
	.masonry-box[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (max-width: 599px){
	.masonry-box[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}