
/*\\\\\\\\\\\\\\\\\\\\ ALLGEMEINE FORMATIERUNG ////////////////////*/

div{
	-webkit-box-sizing:border-box;	
	box-sizing:border-box;
	}

h1{
	font-size: 55px;
	line-height: 140%;
	font-family: 'Arsenal SC', 'Titillium Web' ,Helvetica, Helvetica Neue, Arial, sans-serif;
	font-weight:100;
	padding:0;
	margin:0 0 5px 0;
	}

h2{
	font-size: 55px;
	font-weight:100;
	line-height: 140%;
	font-family: 'Arsenal SC', 'Titillium Web' ,Helvetica, Helvetica Neue, Arial, sans-serif;
	margin:10px 0 0px 0;
	}

h3{
	font-size: 36px;
	font-weight:100;
	line-height: 140%;
	font-family: 'Arsenal SC', 'Titillium Web' ,Helvetica, Helvetica Neue, Arial, sans-serif;
	margin:0px 0 0px 0;
	}
h4{
	font-size: 20px;
	font-weight:100;
	line-height: 140%;
	font-family: 'Arsenal SC', 'Titillium Web' ,Helvetica, Helvetica Neue, Arial, sans-serif;
	margin:0px 0 0px 0;
	}
strong {
    font-weight: 500;
}


#content ul {
    /* overflow: auto; */
    padding-left: 20px;
    clear: both;
}

a:link, a:active, a:visited, a:hover{
	color:#000000;
	font-weight:500;
	text-decoration:none;
	}
.en .en-show, .de .de-show{display:block !important;}
.en-show, .de-show{display:none !important;}

a.button:hover{
	background:#000;
	}


@media screen and (max-width:1340px){
h1{
	font-size: 48px;
	}	
h2{
	font-size: 36px;
	}
	
h3{
	font-size: 28px;
	}
	}

@media screen and (max-width:1080px){
h1{
	font-size: 42px;
	}
}
@media screen and (max-width:1080px){
	
h2{
	font-size: 28px;
	}
	
h3{
	font-size: 20px;
	}
	}
@media screen and (max-width:680px){
	
h1{
	font-size: 26px;
	}

h2{
	font-size: 26px;
	}

h3{
	font-size: 20px;
	}
	.m-hide{display:none !important;}
	}
/*\\\\\\\\\\\\\\ GHOST BUTTON ////////////*/	
.btn,  .button,
input[type="submit"],
input[type="button"],
input[type="reset"], .wp-element-button {
    padding:10px 10px;
	background-color: #e5b8a9 !important;
  /* background: rgb(234,82,70);
background: linear-gradient(190deg, rgba(234,82,70,1) 0%, rgba(235,141,141,1) 50%, rgba(142,1,7,1) 100%);*/
    outline:none;
    color:#000;
    font-weight: 500;
    text-decoration:center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	text-align:center;
	margin:0 auto;
	min-width: 250px;
	font-size:28px !important;
	width:auto;
	border:none !important;
	border-radius:10px !important;
	font-family: 'Arsenal SC', 'Titillium Web' ,Helvetica, Helvetica Neue, Arial, sans-serif;
}
.btn:active{
}
a:link.btn, a:visited.btn, a:active.btn{
	color:#000000;
	}
 a:hover.btn{
	color:#000000;
	}


@media screen and (max-width:1080px){

.btn,  .button,
input[type="submit"],
input[type="button"],
input[type="reset"], .wp-element-button {
	min-width:0;
	font-size:18px;
}
}

@media screen and (max-width:680px){
	.btn{
	font-size:17px;
	width:auto;
}
	}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ FORMULARE ////////////////////////*/

/*\\\\\\\\\\\\\\\\\\\\\ FORMULAR /////////////////////*/	
form{
	width:100%;
	}
input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
}
input{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
input, textarea, select {
    width: 100%;
    display: block;
    padding: 15px;
    border: none;
	color: #000;
    border-bottom: 4px solid #e5b8a9;
    outline: 0;
    vertical-align: top;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 !important;
}
#page input, #page textarea, #page select{
	    border-bottom: 4px solid #e5b8a9;
	color:#000000;
}

#page .input-has-value{border-bottom: 4px solid #8DB6CD;}


input[type="checkbox"], input[type="radio"] {
    width: auto;
    display: inline-block;
    margin-top: 7px;
	margin-right: 5px;
}
select {
    height: 67px;
    background: #ffffff;
    width: 100%;
	border-radius: 0 !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

fieldset{border:none;}

#kontaktformular label.error{ /*text von feldern bei falscheingabe*/
	color:red;
	font-size:12px;
	width:95%;
	margin:0;
	text-align:right;
	}
#kontaktformular input.error,#kontaktformular textarea.error{ /*farbe von feldern bei falscheingabe*/
	background-color:#faaaaa; 
	color:#232323;
	}


#page .topbar_form input.wpcf7-form-control.wpcf7-submit {
    background-color: #990033 !important;
    color: #fff !important;
}

 /*schriftfarbe von placeholdern bei falscheingabe*/
input.error::-webkit-input-placeholder {color: #000000;} textarea.error::-webkit-input-placeholder {color: #000000;}
input.error:-moz-placeholder {color: #000000;} textarea.error:-moz-placeholder {color: #000000;}
input.error::-moz-placeholder {color: #000000;} textarea.error::-moz-placeholder {color: #000000;}
input.error:-ms-input-placeholder {color: #000000;} textarea.error:-ms-input-placeholder {color: #000000;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000000;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #000000;
}
#page ::placeholder{ /* Microsoft Edge */
color: #dddddd !important;
}
#page :-ms-input-placeholder { /* Microsoft Edge */
color: #dddddd !important;
}
 #page ::-ms-input-placeholder { /* Microsoft Edge */
color: #dddddd !important;
}
/*CF7 STuff*/
.fs1, .fs2{ display:block; width:100%;}
.fs2 br {
    display: none;
}

.fs2 input {
    width: 50%;
    float: left;
}

.wpcf7-radio {
    margin-top: 10px;
    display: block;
}
.wpcf7-form-control-wrap{position: static !important; }


.footer-contact {
    width: 690px;
    margin: 0 auto;
    padding: 120px 30px;
}
.kontakt-text, .kontakt-email, .kontakt-name {
    padding: 0 10px;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-left: 10px;
}

.kontakt-name.field-area.c01 p {
    margin-top: 0;
}

.page-id-7 .footer-contact, .page-id-9 .footer-contact {
    display: none;
}


@media screen and (max-width:1000px){	
	}
@media screen and (max-width:768px){
	
.footer-contact {
    width: 100%;
    margin: 0 auto;
}
	}









/*FONTS*/




/* titillium-web-200 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/titillium-web-v6-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web ExtraLight'), local('TitilliumWeb-ExtraLight'),
       url('../fonts/titillium-web-v6-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-200.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/titillium-web-v6-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'),
       url('../fonts/titillium-web-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('../fonts/titillium-web-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/titillium-web-v6-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'),
       url('../fonts/titillium-web-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-900 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/titillium-web-v6-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Black'), local('TitilliumWeb-Black'),
       url('../fonts/titillium-web-v6-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-900.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
       url('../fonts/titillium-web-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}



/* kalam-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kalam-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* galada-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Galada';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/galada-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* arsenal-sc-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arsenal SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/arsenal-sc-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arsenal-sc-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arsenal SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/arsenal-sc-v1-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


