/*

Theme Name: CommAwards
Theme URI: http://www.commawards.com/
Description: CommAwards
Author: LORENZ CROSSSALE
Author URI: https://www.crosssale.de/
Version: 1.0


*/

/* globals  */

/*CSS RESET*/
html, body, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, 
dfn, em, font, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, center, li, ul, 
dl, dt, dd, ol, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, img  {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	list-style: none;
}


/*FONTS*/

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

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

/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/noto-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans', sans-serif;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	hyphens: none;
	height:100%;
	background-color: #fff;
}

/*WRAPPER*/

#wrapper {
	position:relative;
	margin: 0 auto;
	min-height: 100%;
  	height: auto !important;
	width:100%;
	overflow: hidden !important;
}

/*CONTAINER*/

.container {
	width: 100%;
	margin: 0 auto;
}


/*HEADER*/

.header {
	position: static;
	float:left;
	width:96%;
	height:120px;
	margin: 0 2%;
	background-color:rgba(255, 255, 255, 0.95);
	display: block;
	border-bottom: 1px solid #DDD;
}

.logo {
	position: absolute;
	background-image:url("img/commclubs_logo.svg");
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	display:block;
	width:260px;
	height:48px;
	top: 36px;
	right: 4%;
	transition: all 1s ease 1s;
}

/*HEADER MOBILE*/

#header_mobile {
	display: none;
}

/*NAV MAIN*/

.header > .container > #navMain {
	position:static;
	width: 50%;
	height: 48px;
	margin: 36px 0 0 2%;
	transition: all 1s;
	display: block;
}

.header > .container >#navMain ul li{
	display:block;
}


.header > .container > #navMain ul > li a{
	display:block;
	letter-spacing:0.5px;
	font-size:1.1em;
	text-decoration:none;
	height:auto;
	line-height: 48px;
	padding: 0 15px;
	transition: all 1s ease 0s;
	color:#002E47;
	float: left;
}

.header > .container > #navMain ul > li a:hover{
	opacity: 0.75;
}

/*MAIN HOME*/

#main_home {	
	position: static;
	float:left;
	width: 60%;
	margin: 90px 20%; 
	height:auto;
	min-height: 350px;
	display:block;
	color: #000;
}

h1 {
	font-family: Lora, serif;
	font-size: 2em;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #1480B1;
} 

h2 {
	font-family: Lora, serif;
	font-size: 1.5em;
	margin: 0 0 15px 0;
	color: #1480B1;
}

h3 {
	font-family: Lora, serif;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	color: #1480B1;
}

/*ANMELDEFORMULAR*/

.tnp-subscription {
	margin: 25px 0 0 0 !important;
	max-width: 100% !important;
}

.tnp-field {
	margin: 0 0 15px 0;
	display: flex;
}

.tnp-subscription label {
	float: left;
	width: 27%;
	height: 50px;
	line-height: 50px !important;
	background-color: #1480B1;
	font-size: 1.3em;
	font-weight: 400 !important;
	display: block;
	color: #fff !important;
	padding: 0 0 0 3% !important;
}

.tnp-privacy-field label {
	width: 94% !important;
}

.tnp-subscription input {
	float: left;
	width: 67% !important;
	height: 50px !important;
	line-height: 50px !important;
	padding: 0 0 0 3% !important;
	color: #000 !important;
	background-color: #ddd !important;
	font-size: 1.3em !important;
	display: block !important;
	border: none;
}

.tnp-subscription input:focus {
	color: #fff;
	background-color:#b6cd1f;
	outline: none;
}

input.tnp-submit {
	width: 70%;
	height: 60px;
	margin: 10px 15%;
	line-height: 52px;
	border: 4px solid #FFFFFF;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	transition: 1s all;
	font-size: 1.8em;
	font-weight: 700;
}

input.tnp-submit:hover {
	color: #e60064;
	border: 4px solid #e60064;
}

/*KONTAKTFORMULAR*/

.form_sub {
	width:40%;
	height:35px;
	font-size:1em;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.5px;
	line-height:35px;
	margin-bottom:5px;
	color:#FFFFFF;
	background-color:#37bfef;
	display:block;
	float: left;
}

.form_text {
	width:96%;
	font-size:1em;
	padding:1% 0;
	display:block;
	float: left;
}

.form_text a{
	color:#37bfef;
}

.form_text a:hover {
	color:#b6cd1f;
}

.wpcf7-text,
.wpcf7-dynamictext {
	width:95%;
	height:35px;
	font-size:1em;
	line-height:35px;
	padding-left:2%;
	background-color:#FFF;
	color:#000;
	border:none;
}

span.wpcf7-form-control-wrap.your-message {
	width: 100%;
	height: 200px;
}

.wpcf7-textarea {
	width:98%;
	height:88%;
	padding-left:2%;
	padding-top:2%;
	font-size:1em;
	resize:none;
	background-color:#FFF;
	color:#000;
	border:none;
	display: block;
}

.wpcf7-form-control-wrap {
	width: 60%;
	font-size:1em; 
	text-transform:uppercase;
	line-height:35px;
	margin-bottom:5px;
	color:#FFF;
	border:none;
	float: left;
	background-color:#FFF;
}

.wpcf7-list-item-label {
	color: #000;
	
}

.wpcf7-submit {
    width: 100%;
    font-size: 2em;
    height: 50px;
    line-height: 50px;
	text-transform:uppercase;
    color: #FFF;
	background-color:#37bfef;
	float:left;
	border:0;
	margin-top:10px;
	transition: all 1s;
	transition-timing-function: linear;
	opacity: 0.9;
	cursor: pointer;
}

.wpcf7-submit:hover {
	background-color:#b6cd1f;
}

span.wpcf7-not-valid-tip {
	margin-left: 10px;
	color: #e60064 !important;
}

.adresse {
	text-align: center;
	line-height: 200%;
	margin: 100px auto;
	height: auto;
	width: 1000px;
	display: block;
	letter-spacing: 2px;
}

.adresse h1,
.impressum h1 {
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.adresse h2,
.impressum h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 85%;
}

.adresse a{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

.erg a:hover,
.adresse a:hover{
	color: #e60064;
}

/*FOOTER*/

#footer {	
	position: static;
	float:left;
	width: 96%;
	height: auto;
	min-height:200px;
	margin: 0 2%;
	display: block;
}

#navFooter {
	float: right;
	width: 62%;
	height: auto;
	padding: 50px 19%;
	background-color: #002E47;
}

#navFooter ul {
	list-style: none;
}

#navFooter li a{
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	transition: all 0.5s;
	transition-timing-function: linear;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}

#navFooter li a:hover {
	opacity: 0.75;
}

#navFooter .page_item a, 
#navFooter .current_page_item a, 
#navFooter .current_page_parent a {
	opacity: 0.75;
}

#copyright {
	position: static;
	width: 98%;
	height: 70px;
	line-height: 70px;
	float: left;
	font-size:1em;
	margin:0 1%;
	display: block;
}

#copyright a {
	color: #002E47;
}

/*CLASS*/

a {
	color:#939393;
	text-decoration: none;
}

a:hover {
	color:#1480B1;
}

.wbkat_sp br{
	display: block;
}

#cookie-notice .cn-button {
  padding: 10px;
}

/*MEDIA HACKS*/

@media screen and (max-width: 1280px){	
	
	#main_home {
 	width: 90%;
 	margin: 90px 5%;
}
	
}


@media screen and (max-width: 1024px){	
	
	.mobile {
	display: none !important;
	}
	
	.no_mobile {
	display: block !important;
	}
	
	#header_mobile {
	position: static;
	float: left;
	height: 100px;
	}
	
/*NAV mobile*/

#menuToggle {
 	display: block;
 	position: absolute;
 	top: 25px;
 	left: 4%;
 	z-index: 10;
 	user-select: none;
	width: 40px;
	height: 40px;
	padding: 10px 8px 3px 8px;
}

#menuToggle input {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0; 
	z-index: 2; 
	-webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 40px;
  height: 4px;
  margin-bottom: 10px;
  position: relative;
  background: #002E47;
  z-index: 1;
  transform-origin: 2px 13px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #002E47;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(5px, 4px);
}

#menu {
  position: absolute;
  width: 150px;
  margin: -100px 0 0 -55px;
  padding-top: 120px;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(0, -120%);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	display: inline-flex;
}

#menu li {
  list-style: none;
}

#menu li a {
	width: 150px;
	height: 35px;
	line-height: 35px;
	font-size: 1em;
	text-align: center;text-decoration: none;
	color: #fff;
    background-color: #e60064; 
    display: inline-block;
	transition: all 0.5s;
	transition-timing-function: linear;
}

#menu li a:hover {
    background-color: #b6cd1f;
}

#menu ul.menu {
	border: 5px solid #fff;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

#menu .page_item a, 
#menu .current_page_item a, 
#menu .current_page_parent a {
    background-color: #b6cd1f;
}

	
	.tnp-subscription label {
	font-size: 1.2em;
	}

	.tnp-subscription input {
	font-size: 1.2em;
	}
	
	.headline {
		line-height: normal;
		font-size: 2.3em;
	}

	.headline br{
		display: block;
	}

}

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

	#navFooter li a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	display: block;
	font-size:1.2em;
	text-align: center;
	background-color:rgba(255,255,255,0.30);
	color: #fff;
	margin-top: 10px;
	}
	
	#copyright {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size:1em;
	margin:0;
	display: block;
	text-align: center;
	}
	
}