/*

Theme Name: CommAwards
Theme URI: http://www.commawards.com/
Description: CommAwards 
Author: LORENZ CROSSSALE
Author URI: https://www.crosssale.de/
Version: 2.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*/

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

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

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

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

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



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

html {
	overflow-y: scroll;
	overflow-x: hidden;
	hyphens: auto;
	height:100%;	
	background: #000 url("img/comm_bg_transparent.png") no-repeat center center fixed;
	background-size: cover;
	background-attachment: fixed;
}

/*WRAPPER*/

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

/*CONTAINER*/

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

/*HEADER*/

#header {
	position: fixed;
	float:left;
	width:100%;
	height:1px;
	display: block;
	z-index:10;
}

/*NAV MAIN*/


#menuToggle {
 	display: block;
 	position: absolute;
 	top: 50px;
 	right: 100px;
 	z-index: 10;
 	user-select: none;
	width: 40px;
	height: 40px;
	border: 5px solid #FFF;
	background-color: rgba(0,0,0,0.5);
	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: #fff;
  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: #fff;
}

#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 -60px;
  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;
    display: inline-block;
	transition: all 0.5s;
	transition-timing-function: linear;
}

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

#menu ul.menu {
	border: 5px solid #fff;
	background-color: rgba(0,0,0,0.75);
}

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

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

#menu #menu-item-661.page_item a, #menu #menu-item-661.current_page_item a, #menu #menu-item-661.current_page_parent a,
#menu #menu-item-662.page_item a, #menu #menu-item-662.current_page_item a, #menu #menu-item-662.current_page_parent a,
#menu #menu-item-663.page_item a, #menu #menu-item-663.current_page_item a, #menu #menu-item-663.current_page_parent a,
#menu #menu-item-664.page_item a, #menu #menu-item-664.current_page_item a, #menu #menu-item-664.current_page_parent a,
#menu #menu-item-665.page_item a, #menu #menu-item-665.current_page_item a, #menu #menu-item-665.current_page_parent a {
	background-color: rgba(255,255,255,0.25);
	color: #fff;
}

#menu li#menu-item-661 a:hover,
#menu li#menu-item-662 a:hover,
#menu li#menu-item-663 a:hover,
#menu li#menu-item-664 a:hover,
#menu li#menu-item-665 a:hover {
    background-color: #fff;
	color: #000;
}


/*NEW*/

.logo_new {
	position: static;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	background-position:center 25px;
	background-size: contain;
	display:block;
	width:14%;
	height:32.5vh;
	margin: 0 43%;
	float: left;
}

#new_home {	
	position: static;
	float:left;
	width: 100%;
	height:auto;
	display:block;
	color: #FFF;
}

.slide_01 {	
	position: static;
	float:left;
	width: 80%;
	height:90vh;
	padding: 0 10%;
	display:block;
}

.slide_02 {	
	position: static;
	float:left;
	width: 100%;
	min-height:100vh;
	height: auto;
	display:block;
}

/*CATEGORY NAV*/

.category_nav {
	height: 30vh;
	width: 100%;
	margin:0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.category_nav li a{
	height: 25vh;
	width: auto;
	margin: 20px;
	display: block;
	transition: 1s all;
	opacity: 1;
}

.category_nav li a:hover{
	opacity: 0.5;
}

.category_nav li a img, .category img{
	height: auto;
	width: auto;
	max-width: 90%;
	margin: 0 auto;
	display: block;
}

/*CATEGORY*/

.category {
	height: 30vh;
	width: 100%;
	margin: 75px 0;
	float: left;
	display: inline-flex;
	justify-content: center;
	align-items: baseline;
}

.category li {
	height: 30vh;
	width: 15%;
}

.award_text {
	height: 50vh;
	width: 80%;
	margin:0 10%;
	text-align: center;
	font-size: 1.3em;
	float: left;
}

.category_text {
	height: 22vh;
	width: 80%;
	margin:0 10%;
	text-align: center;
	font-size: 1.3em;
	float: left;
}

.award_text h1, .category_text h1 {
	margin:50px 0 20px 0;
	font-size: 2.5em;
	text-transform: uppercase;
	hyphens: none;
}

/*COLLAPSEOMATIC*/

.collapseomatic {
	position: static;
	width: 40%;
	padding: 0 !important;
	margin: 30px 30% 0 30%;
	display: block;
	height: 70px;
	line-height: 62px;
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	background-image: url('img/plus.png') !important;
	background-repeat: no-repeat !important;
	background-size: 40px !important;
	background-position: 20px center !important;
	border: 4px solid #fff;
	box-sizing: border-box;
	transition: all 1s;
	hyphens: none;
	text-transform: uppercase;
	float: left;
}

.colomat-hover {
	text-decoration: none !important;
}

.colomat-close {
	background: url('img/minus.png') !important;
	background-repeat: no-repeat !important;
	background-size: 40px !important;
	background-position: 20px center !important;
}

.collapseomatic_content {
	width: 70%;
	margin: 5vh 0  !important;
	padding: 75px 15% !important;
	display: flow-root;
	color: #fff;
	font-size: 1.3em;
	height: auto;
}

.collapseomatic_content h1 {
	height: 60px;
	line-height: 54px;
	font-size: 1.7em;
	font-weight: 400;
	hyphens: none;
	text-transform: uppercase;
	text-align: center;
	border: 3px solid #fff;
	box-sizing: border-box;
	padding: 0 25px;
	margin: 25px 0;
	float: left;
}

.collapseomatic_content h2 {
	font-size: 3em;
	font-weight: 700;
	hyphens: none;
	text-transform: uppercase;
	float: left;
	margin: 50px 0 25px 0;
}

.collapseomatic_content h3 {
	font-size: 1.3em;
	font-weight: 500;
	hyphens: none;
	float: left;
	width: 100%;
	margin: 10px 0;
}

.collapseomatic_content h4 {
	font-size: 2em;
	font-weight: 500;
	letter-spacing: 1px;
	hyphens: none;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
}

.collapseomatic_content p {
	margin: 0 0 25px 0;
	float: left;
	width: 100%;
}

.collapseomatic_content a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 2em;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #fff;
	display: block;
	margin: 50px 0;
}


.collapseomatic_content a:hover {
	background-color: #000;
}

.audio_content {
	background-color: #951b81;
}

.audio_content a {
	color: #951b81;
}

.design_content {
	background-color: #12a19a;
}

.design_content a {
	color: #12a19a;
}

.health_content {
	background-color: #e94e1a;
}

.health_content a {
	color: #e94e1a;
}

.pr_content {
	background-color: #96c11f;
}

.pr_content a {
	color: #96c11f;
}

.space_content {
	background-color: #004899;
}

.space_content a {
	color: #004899;
}

.inside_jury {
	width: 100%;
	height: 50px;
	line-height: 46px;
	font-size: 1.2em;
	background-size: 25px !important;
	background-position: 10px center !important;
	border: 2px solid #fff;
	margin: 20px 0 50px 0;
}

.inside_jury_content {
	width: 100%;
	font-size: 1em;
	padding: 0 !important;
	margin:  0 0 25px 0 !important;
	display: inline;
}

/*IMAGES*/

.images {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.images a {
	width: auto;
	height: auto;
	margin: 25px;
	background: none;
}

.images a:hover {
	background: none;
}

/*JURY*/

.jury {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.jury li {
	min-height: 450px;
	width: auto;
	margin: 0 20px;
	display: block;
}

.jury li strong{
	font-size: 1.1em;
	margin: 10px 0;
	display: inline-block;
	hyphens: none;
	text-transform: uppercase;
}

.agentur {
	margin: 0 0 10px 0;
	font-size: 0.8em;
	display: block;
}

/*SPONSOREN*/

.sponsoren {
	float:left;
	text-align: center;
	width: 100%;
	height: auto;
	border-top: 1px solid #fff;
	padding: 25px 0;
}

.sponsoren ul {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width: 40%;
	margin: 0 30%;
}

.sponsoren img {
	display:block;
	width: 150px;
	height: auto;
	margin: 0 auto;
}



/*INSIDE*/

#new_inside {	
	position: static;
	float:left;
	width: 70%;
	margin: 0 15% 50px 15%;
	height:auto;
	display:block;
	color: #FFF;
	font-size: 1.2em;
}

#new_inside h1, #new_inside h2, #new_inside h3, #new_inside h4, #new_inside h5 {	
	hyphens: none;
}

#new_inside h1 {	
	margin: 15px 0;
	font-size: 3em;
}

#new_inside h2 {	
	margin: 15px 0;
	font-size: 2.5em;
}

#new_inside h3 {	
	margin: 15px 0;
	font-size: 2em;
}

#new_inside h4 {	
	margin: 5px 0;
	font-size: 1.7em;
}

#new_inside h5 {	
	margin: 5px 0;
	font-size: 1.3em;
}

#new_inside p {	
	margin: 0 0 25px 0;
}

.format {
	margin:0 0 0 20px;
}

.format li {
	margin:7.5px 0;
	font-size: 1.1em;
	font-weight: 500;
	list-style: disc;
}

/*GEWINNER*/

.gewinner_link {
	margin: 50px auto;
	width:70%;
	height:50px;
	line-height:50px;
	background-color: #fff;
	color: #000;
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}

.gewinner_link:hover {
	background-color: #37bfef;
	color: #fff;
}

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

input[type="radio"] {
    display:none;
}

.gewinner label {
	width:25%;
	float:left;
	cursor:pointer;
	transition: 1s all;
}

.gewinner label:hover {
	opacity: 0.5;
}

.gewinner label img {
	width:60%;
	height: auto;
	margin: 20%;
}

.gewinner label.reset {
	width:100%;
	height: 60px;
	line-height: 56px;
	float:left;
	text-align:center;
	border: 2px solid #fff;
	box-sizing: border-box;
	color:#fff;
	font-size: 1.5em;
	margin-bottom: 30px;
	cursor: pointer;
}

input[type="radio"][id="gold"]:checked ~ .silber, input[type="radio"][id="gold"]:checked ~ .bronze, input[type="radio"][id="gold"]:checked ~ .final {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

input[type="radio"][id="silber"]:checked ~ .gold, input[type="radio"][id="silber"]:checked ~ .bronze, input[type="radio"][id="silber"]:checked ~ .final {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}


input[type="radio"][id="bronze"]:checked ~ .gold, input[type="radio"][id="bronze"]:checked ~ .silber, input[type="radio"][id="bronze"]:checked ~ .final {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}


input[type="radio"][id="final"]:checked ~ .gold, input[type="radio"][id="final"]:checked ~ .silber, input[type="radio"][id="final"]:checked ~ .bronze {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

.tile {
  width:85%;
  min-height:100px;
	height: auto;
  float:left;
  transition:all 1s;
  margin:2%;
  padding: 0 0 10px 120px;
	hyphens: none;
}

.facts li {
	margin-bottom: 10px;
	font-size: 1.1em;
}

.tile strong{
	text-transform: uppercase;
	letter-spacing: 2px;
}

.tile h3{
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 !important;
}

.tile h4{
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 20px 0 !important;
	font-size: 1.3em !important;
}

.gold, .silber, .bronze, .final {
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 100px 95px;
}


.gold {
	background-image: url("img/CommAwards_gold.png");
}

.silber {
	background-image: url("img/CommAwards_silber.png");
}

.bronze {
	background-image: url("img/CommAwards_bronze.png");
}

.final {
	background-image: url("img/CommAwards_finalist.png");
}

/*KONTAKTFORMULAR*/

.wpcf7 {
	width: 100%;
	margin: 25px 0 0 0;
}

.wpcf7-form-control-wrap {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.wpcf7-text {
	width: 95%;
	height: 40px;
	line-height: 40px;
	font-size: 1.2em;
	color: #000;
	padding: 0 2.5% 0 2.5%;
	background-color: #fff;
	border: none;
}

input.wpcf7-text, textarea.wpcf7-textarea {
	transition: 1s all;
}

input.wpcf7-text:focus, textarea.wpcf7-textarea:focus  {
	background-color: #37bfef;
	color: #fff;
	outline: none;
}

input::placeholder {
	line-height: 40px;
}

::placeholder {
	color: #000;
	opacity: 0.9;
}

div.wpcf7 input[type="file"] {
	font-size: 1em;
}

.wpcf7-list-item, .file-700 {
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 1em;
	color: #9d9d9d;
	padding: 0 0 0 10px;
	margin: 0 !important;
	border: 1px solid #9d9d9d;
	box-sizing: border-box;
	hyphens: none;
}

.wpcf7-list-item input[type="radio"],.wpcf7-list-item input[type="checkbox"] {
	width: 25px;
	height: 25px;
	margin: 6.5px 10px 0 0;
	appearance: none;
	border: 2px solid #9d9d9d;
	float: left;
	cursor: pointer;
	outline: none;
}

.wpcf7-list-item input[type='checkbox']:checked,
.wpcf7-list-item input[type='radio']:checked {
	background-color: #37bfef;
}

.wpcf7-list-item-label {
	color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.wpcf7-textarea {
	width: 95%;
	height: 200px;
	padding: 2% 2.5%;
	background-color: #fff;
	border: none;
	resize: none;
	font-size: 1.2em;
	color: #000;
}

.wpcf7-select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
	color: #9d9d9d;
	padding: 0 0 0 10px;
	margin: 0 !important;
	border: 1px solid #9d9d9d;
	box-sizing: border-box;
	outline: none;
}

.datenschutz {
	border: 1px solid #fff;
	color:#808080;
	box-sizing: border-box;
	line-height: 35px;
}

.wpcf7-number,
.wpcf7-date {
	width:150px;
	height:22px;
	margin-left: 10px;
}

.p1{
	padding-right:1px;
}

.wpcf7-submit {
    width: 200px;
    font-size: 2em;
    height: 200px;
    line-height: 194px;
	text-transform:uppercase;
    color: #fff;
	background-color: rgba(0,0,0,0.75);
	border: 3px solid #fff;
	float:left;
	margin-top:10px;
	transition: all 1s;
	transition-timing-function: linear;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
}

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

.inside_link li a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 2em;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #fff;
	color: #000;
	display: block;
	margin: 25px 0;
	float: left;
}

.inside_link li a:hover {
	color: #37bfef;
}


/*FOOTER*/

#footer {
	position: static;
	float: left;
	width: 80%;
	height: 50px;
	padding: 0 10%;
	border-top: 1px solid #fff;
	display: block;
}

#navFooter {
	position: static;
	float: right;
	width: 50%;
	height: 50px;
}

#navFooter li a {
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	float: right;
}

#navFooter li a:hover, #copyright a:hover {
	color: #37bfef;
}

#copyright {
	position: static;
	float: left;
	display: block;
	height: 50px;
}

#copyright a {
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	float: left;
}

/*CLASS*/

a {
	color: #37bfef;
	text-decoration: none;
	transition: all 1s;
}


/*MEDIA HACKS*/

@media screen and (max-width: 1680px){	
	
	.award_text {
	width: 90%;
	margin: 0 5%;
	}
}

@media screen and (max-width: 1440px){	
	
	.category_nav {
	height: 25vh;
	}

	.category_nav li a{
	height: 25vh;
	margin: 15px;
	}
	
	.award_text {
	height: 35vh;
	width: 100%;
	margin: 0;
	}
		
	.jury {
	grid-template-columns: 1fr 1fr 1fr;
	}
	
}

@media screen and (max-width: 1280px){	
	
	#menuToggle {
	top: 25px;
	right: 60px;
	}
	
	.slide_01 {
	width: 90%;
	padding: 0 5%;
	height: 70vh;
	}
	
	.logo_new {
	height:30vh;
	}
	
	.category_nav {
	height: 30vh;
	}
	
	.category_nav li a {
	height: 20vh;
	margin: 25px;
	}
	
	.award_text h1, .category_text h1 {
	font-size: 2.2em;
	}
	
	.category li {
	width: 25%;
	}
	
	.collapseomatic_content {
	width: 80%;
	padding: 50px 10% !important;
	}
	
	.collapseomatic_content h1 {
	font-size: 1.4em;
	}
	
	.inside_jury_content {
	width: 100%;
	padding: 0 !important;
	}
	
	#new_inside {	
	width: 80%;
	margin: 0 10% 50px 10%;
	font-size: 1em;
	}
	
	.images {
	grid-template-columns: 1fr 1fr 1fr;
	}
	
}

@media screen and (max-width: 1024px){	
	
	.logo_new {
	width: 20%;
	margin: 0 40%;
	}
	
	.award_text h1 {
	margin: 30px 0 15px 0;
	font-size: 2em;
	}
	
	.award_text, .category_text, .collapseomatic_content {
	font-size: 1.1em;
	}
	
	.category_text {
	height: 30vh;
	}
	
	.collapseomatic {
	width: 50%;
	margin: 0 25%;
	height: 60px;
	line-height: 54px;
	font-size: 1.6em;
	background-size: 30px !important;
	background-position: 15px center !important;
	border: 3px solid #fff;
	}
	
	.jury {
	grid-template-columns: 1fr 1fr;
	}
	
	.inside_jury {
	width: 100%;
	height: 50px;
	line-height: 46px;
	font-size: 1.2em;
	background-size: 25px !important;
	background-position: 10px center !important;
	border: 2px solid #fff;
	margin: 20px 0;
	}
	
	label img {
	width:70%;
	height: auto;
	margin: 15%;
	}
	
}

@media screen and (max-width: 850px){	
	
	.logo_new {
	width: 25%;
	margin: 0 37.5%;
	height: 25vh;
	}
	
	.slide_01 {
	height: 80vh;
	}
	
	.category_nav {
	grid-template-columns: 1fr 1fr 1fr;
	height: 40vh;
	}
	
	.category_nav li a {
	height: 10vh;	
	margin: 15px;
	}
	
	.category li {
	height: 25vh;
	width: 35%;
	margin: 5vh 0 0 0;
	}
	
	.collapseomatic_content h1 {
	line-height: normal;
	height: auto;
	border: 2px solid #fff;
	padding: 10px 20px;
	}
	
	.inside_link li a {
	width: 96%;
	font-size: 1.5em;
	height: auto;
	padding: 10px 2%;
	line-height: normal;
	hyphens: auto;
	}
	
	.tile {
	width: 75%;
	padding: 10px 0 10px 100px;
	}
	
	.gold, .silber, .bronze, .final {
	background-size: 80px 76px;
	}
	
	#footer {
	height: auto;
	}
	
	#navFooter {
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	}
	
	#navFooter li a {
	width: 100%;
	padding: 0 0 0 10%;
	height: 50px;
	line-height: 46px;
	border: 2px solid #fff;
	box-sizing: border-box;
	margin: 0 0 15px 0;
	float: left;
	font-size: 1.3em;
	display: block;
	}
	
	.images {
	grid-template-columns: 1fr 1fr;
	}
	
}

@media screen and (max-width: 550px){	
	
	#menuToggle {
	top: 15px;
	right: 20px;
	}
	
	#menu {
	margin: -100px 0 0 -100px;
	}
	
	.logo_new {
	height: 23vh;
	}
	
	#new_inside .logo_new {
	height: 20vh;
	width: 30%;
	margin: 0 35%;
	}
	
	.slide_01 {
	height: 75vh;
	}
	
	.category_nav {
	height: 30vh;
	}
	
	.category_nav li a {
	height: 10vh;	
	margin: 10px;
	}
	
	.category {
	margin: 50px 0 30px 0;
	}
	
	.award_text {
	font-size: 1em;
	height: 40vh;
	width: 90%;
	margin: 0 5%;
	hyphens: none;
	}
	
	.award_text h1 {
	margin: 15px 0 10px 0;
	font-size: 1.5em;
	}
	
	.category_text {	
	font-size: 1em;
	height: 35vh;
	}
	
	.category li {
	height: 20vh;
	width: 50%;
	margin: 0;
	}
	
	.collapseomatic {
	width: 80%;
	margin: 0 10%;
	}
	
	.inside_jury {
	width: 100%;
	height: 50px;
	line-height: 46px;
	font-size: 1.2em;
	background-size: 25px !important;
	background-position: 10px center !important;
	border: 2px solid #fff;
	margin: 20px 0;
	}
	
	.jury {
	grid-template-columns: 1fr;
	}
	
	.collapseomatic_content a {
	font-size: 1.7em;
	}
		
	.gewinner label {
	width:50%;
	margin: 0;
	}
	
	.tile {
	width: 96%;
	padding: 100px 0 10px 0;
	}
	
	.images {
	display: grid;
	grid-template-columns: 1fr;
	}
	
}

@media screen and (max-height: 550px){	
	
	.category_nav {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	height: 30vh;
	}
	
	.category_nav li a {
	height: 100%;	
	margin: 15px;
	}

	.award_text, .category_text {
	font-size: 0.9em;
	}
	
	.award_text h1 {
	margin: 15px 0;
	font-size: 1.8em;
	}
	
	.category {
	height: 30vh;
	margin: 25px 0;
	}
	
	.category img {
	height: 25vh;	
	margin: auto;
	}
	
	.category li {
	height: 25vh;
	width: 35%;
	margin: 5vh 0 0 0;
	}
	
	.collapseomatic {
	height: 50px;
	 line-height: 46px;
	font-size: 1.4em;
	background-size: 25px !important;
	background-position: 12.5px center !important;
	border: 2px solid #fff;
	}
	
	.logo_new {
	height: 30vh;
	background-position: center;
	width: 15%;
	margin: 0 42.5%;
	}
}