/*
Füge deinen eigenen CSS-Code nach diesem Kommentar hinter dem abschließenden Schrägstrich ein. 

Klicke auf das Hilfe-Symbol oben, um mehr zu erfahren.
*/



body > div {
    font-size: 18px;
		font-weight: 400;
}

h1 {
    margin: 0 0 40px;
}

.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.alignwide {
	margin: 32px calc(25% - 25vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 920px) {
	.alignwide {
		margin: 32px -76px;
		max-width: 920px;
		width: 920px;
	}
}

.site-header {
    background-color: #fff;
		color: #343535;
}

.site-header > .wrap {
    max-width: 1280px;
    padding: 0;
}

.site-description {
	    font-family: "Arial", sans-serif;
    display: inline;
    visibility: visible;
    font-size: 2rem;
	  letter-spacing: 3px;
}

.site-title {
    font-family: "Times New Roman", Georgia, Serif;
    /*font-size: 52px;*/
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 1.2;
}

.header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 160px;
    width: 100%;
}

.header-widget-area .widget_text {
		font-size: 16px;
    margin-top: 50px;
}

.header-widget-area .widget_text a {
    margin-top: 50px;
		color: #3c85c0;
}



.spi-customized .after-entry .widget-title, .spi-customized .footer-banner, .spi-customized .front-page-1, .spi-customized .genesis-nav-menu .sub-menu, .spi-customized .nav-primary .genesis-nav-menu > li.current-menu-item::before, .spi-customized .nav-primary .genesis-nav-menu > li:hover::before, .spi-customized .nav-primary .genesis-nav-menu li.current-menu-item a, .spi-customized .nav-primary, .spi-customized .sidebar .enews-widget .widget-title, .spi-customized .site-container button.sub-menu-toggle.sub-menu-toggle:focus, .spi-customized .site-container button.sub-menu-toggle.sub-menu-toggle:hover, .spi-customized .site-container .nav-primary .genesis-nav-menu > li a:focus, .spi-customized .site-container .nav-primary .genesis-nav-menu > li a:hover {
    background-color: #649DCC;
}

.genesis-nav-menu a {
  text-decoration: none;
  display: block;
  padding: 26px;
}

.nav-primary .genesis-nav-menu > li::before {
  background: none;
}

.spi-customized .nav-primary {
	border-bottom: 1px solid #295c84;
	border-top: 1px solid #295c84;
	background-color: #5091C6;
}

.spi-customized .front-page-2 {
	background-color: #84d2e1;
	background-position: 0% 80%;
}



.widget-area.flexible-widgets.widget-full .widget, .widget-area.flexible-widgets.widget-halves.uneven .widget:last-of-type {

    margin-left: 0;
    width: 100%;

}

.front-page-2.widget-full .widget_text {
    float: left;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 120px 0px;
    max-width: 580px;
		min-height: 400px;
		color: #343535;
		/*text-shadow: 1px 1px #999;*/
}

.front-page-2.widget-full .widget_text .button {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  width: 100%;
	color: #fff;
}


hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

.entry-content h8  {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 36px;
		font-size: 24px;
    margin: 0 0 20px 0;
}

.entry-title  {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.2;
		font-size: 1.2em;
		text-transform: uppercase;
    margin: 0 0 10px;
}



.archive-title  {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.2;
		font-size: 1em;
		text-transform: uppercase;
    margin: 0 0 10px;
}

.archive-description .entry-title {
	display: none;
}

.site-inner {
    word-wrap: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    word-break: normal;
}


.flexible-widgets {
    overflow: hidden;
    padding: 2% 0 calc(2% - 40px);
}

.front-page-3 {
  background-color: #5091C6; /*#3677aa;*/
}

.front-page-3-a .widgettitle  {
	padding-left: 40px;
}


a {
	color: #6687e7;
}



.site-container .menu-toggle {
    background-color: #6687e7;
    color: #fff;
}

input, select, textarea {
    background-color: #fff;
    border: 2px solid #e2e2e2;
    border-radius: 0px;
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px;
    text-transform: none;
    width: 100%;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .color .more-link, .front-page-4 .more-link, .image .more-link, .site-container a.button {
    background-color: #ffc53b; /*#0e763c*/
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    padding: 20px 25px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}


button:focus, button:hover, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .front-page-4 .more-link:focus, .front-page-4 .more-link:hover, .image .more-link:focus, .image .more-link:hover, .site-container a.button:focus, .site-container a.button:hover {
    background-color: #ffd062; /*#009946*/
    color: #fff;
}

.spi-customized .footer-banner {
	background-color: #84d2e1;
	border-top: 1px solid #5c939d;
}

/*---Akkordeon---*/
.accordion {
  float: left;
  width: 100%;
  padding: 0 0;
}


/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
	margin: -10px 0 -57px 0;
}

/*input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}*/

label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #16a085;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
	color: #fff;
	margin-bottom: -27px;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #1abc9c;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.tab-content p {
  margin: 1em;
}

/* :checked */
input:checked ~ .tab-content {
  max-height: 10em;
}


/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
	color: #fff;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

input[name=tabs] ~ label:after {
  content: "+";
}

input[name=tabs] {
	position: absolute;
  opacity: 0;
  z-index: -1;
}
	
/*
label::after {
  content: "+";
}
*/


input[type=checkbox]:checked ~ label::after {
  transform: rotate(315deg);
}


/*----------*/
.button1 {
    background-color: #fff; /* Green */
    color: black; 
    border: 2px solid #4CAF50;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}


.grecaptcha-badge { 
    visibility: hidden;
}

/*-----Portfolio------*/

.pathwayHolder {
	width: 100%;
	margin-top: 60px;
  overflow: hidden;	
	display: inline-block;
	text-align: center;
	} 

.pathwayElement {
	  /*float: left;*/
    width: 218px;
    height: 204px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin-left: auto;
    margin-right: 30px;
    margin-bottom: 30px;
    vertical-align: top;
    position: relative;
		text-align: center;
}



.imagePathwayLink {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pathwayCell {
  display: table;
  height: 100%;
  width: 100%;
	margin-top: 0px;
}

.pathwayInitial { 
	display: table-cell;
	vertical-align: middle; 
}

.pathwayHover { 
	vertical-align: middle;
}

.pathwayHeader {
	padding-left: 30px;
  padding-right: 30px;
	color: #fff;
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
	margin: 0;
}


.pathwayCell .pathwayHover  { 
	display: none;  
}

.pathwayButton {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px 6px 15px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
		margin-top: 5px;
}

.pathwayElement:hover .pathwayCell {
  background-color: #fdc733;
	text-align: center;
}

/* Hide the `.before` and show the `.after` */
.pathwayElement:hover .pathwayCell .pathwayInitial { display:none;  }

.pathwayElement:hover .pathwayCell .pathwayHover { 	
	display: table-cell; }


/*-----Services------*/

.columned_content .colHolder {
	width: 100%;
	margin-top: 60px;
  overflow: hidden;	
	display: inline-block;
	text-align: center;
}
	
.columned_content .colHolder .colBlockRow {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.columned_content.colCount3 .colHolder .colBlockRow {
    width: 80%;
}

.columned_content .colHolder .colBlockRow .colContent {
    margin: 0 0px 0 0;
    float: left;
		width: 33.33%;
		text-align: left;
}

.columned_content .colHolder .colBlockRow .colContent {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 60px;
    margin-bottom: 50px;
    position: relative;
		line-height:2.6;
}

.columned_content .colHolder .colBlockRow .colContent .columnLink {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	text-decoration: none;
}

.columned_content.colCount3 .colHolder .colBlockRow {
    width: 100%;
}

.columned_content > .wrap {
    max-width: 1200px;
}

/*------Menü-Items---*/
/*
li#menu-item-210 {
	background-color: #ffc53b;	
}
*/

/*-----Contact Form------*/
div.wpcf7 { 
background-color: #fff;
padding: 0px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background:#fff;
	color:#333;
	/*font-family:lora, sans-serif;*/ 
	line-height: 1.4;
	padding: 5px;
	margin: 0 0 20px 0;
	font-weight: 200;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
	background-color: #ffc53b;
text-align:center;
text-transform:uppercase;
	margin: 20px 0 20px 0;
}

.wpcf7 label {
    background-color: #fff;
		color: #333;
		font-size: 14px;
		font-weight: 400;
		line-height: 2;
		margin-left: -10px;
}

.wpcf7 form p {
    background-color: #fff;
		color: #333;
		font-size: 14px;
		font-weight: 400;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
		margin-top: -20px;
}


/*-----Text Rotation----*/
/*Vertical Sliding*/
/*Sentence*/
.sentence{
     text-align: left;
     color: #222;
     font-size: 30px;
}
/*Wrapper*/
.wrapper{
    margin: 0 auto;
    position: relative;
    width: 100%;
}

/*Vertical Sliding*/
.slidingVertical {
	display: inline;
	text-indent: 8px;
}
.slidingVertical span {
	animation: topToBottom 7.5s linear infinite 0s;
	-ms-animation: topToBottom 7.5s linear infinite 0s;
	-webkit-animation: topToBottom 7.5s linear infinite 0s;
	color: #809cad;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingVertical span:nth-child(2) {
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3) {
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

/*---Front-Page Rotating---*/
.sentenceFrontpage { 
     text-align: center;
     color: #fff;
     font-size: 5rem;
		 margin: 20px 0 10px -300px;
}
/*Wrapper*/
.wrapperFrontpage {
    /*margin: 0px auto;*/
    position: relative;
    width: 100%;
}

.slidingFrontpage {
	display: inline;
	text-indent: 0px;
}
.slidingFrontpage span {
	animation: topToBottom 7.5s linear infinite 0s;
	-ms-animation: topToBottom 7.5s linear infinite 0s;
	-webkit-animation: topToBottom 7.5s linear infinite 0s;
	color: #84d2e1;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingFrontpage span:nth-child(2) {
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingFrontpage span:nth-child(3) {
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}


/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

@media only screen and (max-width:1300px) {
.header-image .site-title > a {
    background-position: left !important;
    background-size: contain !important;
    float: left;
    min-height: 160px;
    width: 100%;
}
	
		
.site-header .title-area, .site-header .widget-area {
    float: left;
    text-align: right;
    max-width: 70%;
}
.header-image .title-area {
    /*margin: 0 auto;*/
	  float: left;
    max-width: 30%;
    padding: 0;
}


.site-description {
    font-family: "Arial", sans-serif;
    display: inline;
    visibility: hidden;
}

.header-widget-area .tagline {
		height: 15px;
}
	
.flexible-widgets.front-page-2.image.widget-full.widget-area {
  background-image: none;
}
}


@media only screen and (max-width:1100px) {
.header-image .site-title > a {
    background-position: left !important;
    background-size: contain !important;
    float: left;
    min-height: 160px;
    width: 100%;
}
	
		
.site-header .title-area, .site-header .widget-area {
    float: left;
    text-align: right;
    max-width: 70%;
}
.header-image .title-area {
    /*margin: 0 auto;*/
	  float: left;
    max-width: 30%;
    padding: 0;
}


.site-description {
    font-family: "Arial", sans-serif;
    display: inline;
    visibility: hidden;
}
	
.header-widget-area  {
		height: 120px;	
		font-size: 14px;
		line-height: 1.625;
		margin: 10px 0 0px 0;
}

.header-widget-area .tagline {
		height: 70px;	
		font-size: 14px;
		line-height: 1.625;
		margin: -20px 0 -50px 0;
}


.site-container .menu-toggle {
    background-color: #3c85c0;
    color: #fff;
}

.site-container .menu-toggle:hover {
    background-color: #84d2e1;
    color: #fff;
}

.flexible-widgets.front-page-2.image.widget-full.widget-area {
  background-image: none;
}

}
	
@media only screen and (max-width:880px) {
	.sentenceFrontpage { 
     text-align: center;
     color: #fff;
     font-size: 2.2rem;
		 margin: 30px 0 0 -100px;
}
	
.header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    float: center;
    min-height: 160px;
    width: 100%;
		margin-left: 40px;
}
	
		
.site-header .title-area, .site-header .widget-area {
    float: center;
    text-align: center;
    max-width: 100%;
}
.header-image .title-area {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

.header-widget-area  {
		height: 120px;	
		font-size: 14px;
		line-height: 1.625;
		margin: -50px 0 30px 0;
}
	
.header-widget-area .tagline {
		font-size: 14px;
}
}




