	:root {
  --brand-color: #70ad47 !important;
  --brand-color-light: rgba(112, 173, 71, 0.25) !important;  
  --brand-color-lighter: rgba(112, 173, 71, 0.125) !important;
  --brand-color-lightest: rgba(112, 173, 71, 0.0625) !important;
  --brand-color-extra-light: rgba(112, 173, 71, 0.03125) !important;
  --brand-color-dark: #61973e !important;
  --brand-color-darker: #538135 !important;
  --brand-color-darkest: #385623 !important;
  --brand-color-extra-dark: #1c2b11 !important;
  --brand-color-negative: #FFFFFF !important;
  --black-color: #000000 !important;
  --grey-color: #808080 !important;
  --white-color: #FFFFFF !important;
  --white-color-light: rgba(255, 255, 255, 0.5) !important;
    
  --main-color: #000000 !important;
  --body-background-color: #FFFFFF !important;
  --navigation-color: var(--brand-color) !important;
  --team-img-shadow-color: var(--brand-color-extra-dark) !important; 
}

body {
	font-family: 'Roboto', sans-serif;
	color: var(--main-color);
	background-color: var(--body-background-color);
}

#fullpage .wrapper {
	max-width: 60%;
	width: 60%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 999;
}

#brand {
	position: fixed;
	top: 0;
	left: 20px;
	height: 60px;
	line-height: 60px;
	color: var(--brand-color-negative);
	z-index: 80;
	padding: 0;
	margin: 0;
	text-shadow: 2px 2px var(--brand-color-darkest);
}

.brand-color {
	color: var(--brand-color);
}

h1 {
	font-size: 32px;
	font-weight: 900;
	color: var(--brand-color);
	text-shadow: 2px 2px var(--brand-color-light);
}

h2 {
	color: var(--brand-color);
}

button {
	appearance: none;
	backface-visibility: hidden;
	background-color: #70AD47;
	border-radius: 8px;
	border-style: none;
	box-shadow: 0 4px 9px var(--brand-color-light);
	box-sizing: border-box;
	color: var(--brand-color-negative);
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.5;
	outline: none;
	overflow: hidden;
	padding: 13px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: top;
	white-space: nowrap;
}

button:hover {
	background-color: var(--brand-color-darker);
	opacity: 1;
	box-shadow: 0 6px 12px var(--brand-color-light);
	transform: translateY(0);
	transition-duration: .35s;
}

button:active {
	transform: translateY(2px);
	transition-duration: .35s;
}

input[type="text"], input[type="email"], input[type="file"], textarea {
	background-color: var(--white-color-light); 
	caret-color: var(--brand-color-darkest);
}

input:focus, textarea:focus {
	outline: none;
	box-shadow: 0 6px 12px var(--brand-color);
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: var(--brand-color);
	box-shadow: 0 6px 12px var(--brand-color-darkest);
}

#menu li {
	display: none;
	float: right;
	margin: 10px;
	color: var(--brand-color-negative);
	text-shadow: 2px 2px var(--brand-color-darkest);
	font-size: 18px;
	font-weight: bolder;
}

#menu li.active {
	border-bottom: 1px solid var(--brand-color-negative);
	box-shadow: 0 2px 2px -2px var(--brand-color-darkest);
}

#menu li a {
	text-decoration: none;
	color: var(--brand-color-negative);
}

#menu li a {
	padding: 5px 10px;
	display: block;
}

#menu li.hamburger-menu-item {
	float: none;
	margin: 0;
	width: 120px;
	text-align: right;
	background-color: var(--brand-color-darker);
	border-bottom: 1px solid var(--brand-color-negative);
	opacity: 0;
	animation: fadeIn 1s ease-in both;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -60px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background-color: var(--navigation-color) !important;
}

/* =============================================================================
   MODALS
   ========================================================================== */

.modal-link {
	cursor: pointer;
}

div.iziModal-header, div.iziModal-content {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

div.iziModal-header {
	box-shadow: 0 6px 12px var(--brand-color-darkest) !important;
}

div.iziModal-header-buttons {
	right: 40px !important;
}

h2.iziModal-header-title {
	font-size: calc(18px + 0.390625vw) !important;
}

p.iziModal-header-subtitle {
	color: var(--brand-color-negative) !important;
	font-size: 16px !important;
}

div.iziModal-content {
	font-size: 120%;
	line-height: 200%;
}

div.iziModal-content span.quote {
	display: block;
	margin: 40px 120px;
}


div.iziModal-content li {
	list-style-type: square;
	color: var(--brand-color);
	margin: 20px 0; 
}

div.iziModal-content ul.shortlist {
	margin: -16px -16px -8px 0;
}

div.iziModal-content ul.shortlist li {
	margin: 0;
}

div.iziModal-content form ul {
	width: 100%;
	margin-left: -40px;
}

div.iziModal-content form ul li {
	display: block;
	list-style-type: none;
	margin: 5px 0;
}


div.iziModal-content form ul li label {
	display: inline-block;
	width: 150px;
	color: var(--black-color);
	vertical-align: top;
}

div.iziModal-content form li.privacy-policy-check label {
	width: 440px !important;
	line-height: 120%;
	vertical-align: top;
}

div.iziModal-content form div.interesse {
	line-height: 150%;
}

div.iziModal-content form li input.fixed-length {
	width: 440px;
}

div.iziModal-content form li span.anrede {
	margin-left: 10px;
	margin-right: 20px;
}

div.iziModal-content li span {
	color: var(--black-color);
}

div.iziModal-content li span.dots:after {
	content: '';
	width: 100%;
	display: block;
	border-bottom: 2px dotted;
}

div.iziModal-content table {
	font-size: 80%;
	line-height: 100%;
	border-collapse: collapse;
	box-shadow: 0 6px 12px var(--brand-color-darkest);
}

div.iziModal-content table.literature {
	box-shadow: inherit;
}

div.iziModal-content table th, div.iziModal-content table td {
	margin: 6px;
	padding: 6px;
	border:1px solid var(--brand-color-darker);
}

div.iziModal-content table.literature th, div.iziModal-content table.literature td {
	padding: 0 12px 12px 0;
	margin: 0;
	border: none;
}

div.iziModal-content table .empty-cell {
	border: none;
}

div.iziModal-content	table td {
	vertical-align: top;
}

div.iziModal-content table .table-header {
	color: var(--brand-color-negative);
	background-color: var(--brand-color);
}

div.iziModal-content table td .subtitle {
	margin-top: 6px;
	font-size: 80%;
}

div.iziModal-content table ul {
	margin: 0;
	padding-left: 16px;
}

div.iziModal-content table ul li {
	margin: 0;
	color: var(--main-color);
}

div.iziModal-content a {
	text-decoration: none;
}

div.iziModal-content span.tooltip {
	color: #000000;
	background-color: var(--brand-color-light);
		cursor: wait;
}

div.iziModal-content span.tooltip.active {
	cursor: default;
}

div.iziModal-content sup {
	font-size: 65%;
}

/* =============================================================================
   HOME
   ========================================================================== */

section.home h1 {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 60px;
	text-align: center;
}

section.home div.home-left {
	position: absolute;
	top: 160px;
	left: 0;
	width: 50%;
	height: calc(100% - 160px);
}

section.home div.home-right {
	position: absolute;
	top: 160px;
	right: 0;
	width: 50%;
	height: calc(100% - 160px);
}

section.home div.home-left video {
	margin: 10%;
	width: 90%;
	max-height: 80%;
}

section.home div.home-right article {
	width: calc(100% - 180px);
	margin: 10% 0 0 80px;
	text-align: left;
}


section.home div.home-right p {
  	font-size: 18px;
  	line-height: 220%;
}

#modal-nicola-forster img.forster, #modal-iren-bischofberger img.bischofberger {
	float: right;
	margin: 10px 0 20px 40px;
	width: 250px;
	box-shadow: 0 6px 12px var(--grey-color);
}

section.home a.modal-link {
	color: var(--brand-color);
	text-decoration: none;
}


/* =============================================================================
   BOOK
   ========================================================================== */

#fullpage section.book {
	visibility: hidden;
	padding-top: 60px !important;
}

#fullpage section.book h1 {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 60px;
	text-align: center;
}

section.book article table {
	position: absolute;
	top: 200px;
	left: 10%;
	width: 80%;
}

section.book article table tr td.image {
	vertical-align: top;
	width: 220px;
	padding: 20px 0;
}

section.book article table tr td.image img {
	position: block;
	margin: auto 0;
	max-width: 160px;
	width: auto;
	height: auto;
	box-shadow: 0 6px 12px var(--grey-color);
}

section.book article table tr td.description {
	vertical-align: top;
	text-align: left;
	padding: 20px 0;
}

section.book article table tr td.description h2 {
	margin: 0;
}

section.book article table tr td.description p {
  	font-size: 16px;
  	line-height: 160%;
}

section.book article table tr td.description h2.order {
	display: inline;
	margin: 25px 0 0 0;
	color: var(--brand-color);
	font-size: 18px; 
}

section.book article table tr td.description a {
	color: var(--brand-color);
	text-decoration: none;
}

/* =============================================================================
   HISTORY
   ========================================================================== */

#fullpage section.history {
	visibility: hidden;
	padding-top: 60px !important;
}

#fullpage section.history h1 {
	margin-bottom: 50px;
}

section.history fieldset {
	border-top: 2px dashed;
	border-bottom: none;
	border-color: var(--brand-color) !important;
	margin: -10px 0 0 0;
	padding: 20px 30px 30px 30px;
}

section.history span.shoes {
	font-size: 20px;
	color: var(--brand-color);
	background-color: var(--white-color);
}

section.history span.shoes.start {
	position: absolute;
	left: calc(20% + 20px);
	margin-top: -3px;
	padding: 0 5px 0 0;
}

section.history span.shoes.end {
	position: absolute;
	right: calc(20% - 20px);
	margin-top: -25px;
	padding: 20px 0 0 0;
	transform: rotate(90deg);
}

section.history fieldset legend.year {
	display: table;
	position: relative;
	margin: auto;
	padding: 0 10px;
	color: var(--brand-color);
	font-weight: bold;
	text-align: center;
}

section.history fieldset:nth-child(odd) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: none;
  margin-right: 30px; 
  padding-right: 0;
}

section.history fieldset:nth-child(even) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left: none;
  margin-left: 30px; 
  padding-left: 0;
}

section.history fieldset:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}


/* =============================================================================
   ABC
   ========================================================================== */

#fullpage .abc {
	visibility: hidden;
}

#abc-gallery-control li {
	display: inline-block;
	margin: 0 10px;
	list-style-type: none;
	font-size: 24px;

}

#abc-gallery-control li.active {
	color: var(--brand-color-darker);
	cursor: default;
}

#abc-gallery-control li:not(.active) {
	color: var(--brand-color);
	cursor: pointer;
}

#abc-gallery-control li.abc-download {
	color: var(--brand-color);
	margin-left: 50px;
}

#abc-gallery-grid li {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 1.5s ease;
	-moz-transition: opacity 1.5s ease;
	-o-transition: opacity 1.5s ease;
}

#abc-gallery-grid.isGrid li {
	list-style-type: none;
	min-width: 120px;
	max-width: 120px;
}

#abc-gallery-grid.isGrid li.large {
	min-height: 110px;
	max-height: 110px;
	line-height: 110px;
}

#abc-gallery-grid.isGrid li.small {
	min-height: 80px;
	max-height: 80px;
	line-height: 80px;
}

#abc-gallery-grid.isGrid div.gallery-tile {
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	color: var(--brand-color-negative);
	text-shadow: 2px 2px var(--brand-color-darker);
	background-color: var(--brand-color);
	-webkit-box-shadow: 0px 0px 5px var(--brand-color-dark);
	-moz-box-shadow: 0px 0px 5px var(--brand-color-dark);
	box-shadow: 0px 0px 5px var(--brand-color-dark);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	cursor: pointer;
}

#abc-gallery-grid.isGrid li.large div.gallery-tile {
	width: 80px;
	height: 80px;
	line-height: 75px;
	font-size: 48px;
}

#abc-gallery-grid.isGrid li.small div.gallery-tile {
	width: 60px;
	height: 60px;
	line-height: 55px;
	font-size: 32px;
}

#abc-gallery-grid.isGrid li div.gallery-tile:hover {
	-webkit-box-shadow: 0px 0px 10px var(--brand-color-dark);
	-moz-box-shadow: 0px 0px 10px var(--brand-color-dark);
	box-shadow: 0px 0px 10px var(--brand-color-dark);
}

#abc-gallery-grid.isGrid li.large div.gallery-tile:hover {
	width: 90px;
	height: 90px;
	line-height: 85px;
}

#abc-gallery-grid.isGrid li.small div.gallery-tile:hover {
	width: 70px;
	height: 70px;
	line-height: 65px;
}

#abc-gallery-grid.isGrid .gallery-list {
	display: none;
}

#abc-gallery-grid.isList br {
	display: none;
}

#abc-gallery-grid.isList li {
	position: relative;
	max-width: 100%;
	width: auto;
	height: 15px;
	line-height: 15px;
	border-top: 1px solid var(--brand-color);
	padding: 4px 0;
	margin: 0 5%;
	text-align: left;
	vertical-align: baseline;
	-webkit-transition: height 1.5s ease;
	-moz-transition: height 1.5s ease;
	-o-transition: height 1.5s ease;
	cursor: pointer;
}

#abc-gallery-grid.isList li:hover {
	background-color: var(--brand-color-light);
}


#abc-gallery-grid.isList div.gallery-tile {
	display: inline-block;
	position: relative;
	width: 35px;
	font-size: 15px;
	font-weight: bold;
}

#abc-gallery-grid.isList span {
	display: inline-block;
	position: relative;
}

#abc-gallery-grid.isList span.text, #abc-gallery-grid.isList span.links {
	width: 40px;
}

/* =============================================================================
   DoDuCa
   ========================================================================== */

section.doduca {
	visibility: hidden;
}

#doduca-combs {
	width: 680px !important;	
	max-width: 680px !important;
	height: 440px;
	margin: 40px auto 0 auto;
}

#doduca-combs li {
	display: inline-block;
	position: relative;
	list-style-type: none;
	background-color: var(--brand-color); 
	width: 190px; 
	height: 60px;
	line-height: 20px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: var(--white-color);
	cursor: pointer;
}

#doduca-combs li span {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
}

#doduca-combs li:first-child {
	margin: 40px 15px 0 100px;
}

#doduca-combs li:first-child span {
	padding-top: 14px;
}

#doduca-combs li:nth-child(2) {
	margin: 40px 100px 0 0;
}

#doduca-combs li:nth-child(3) {
	margin: 60px 15px 0 0;
}

#doduca-combs li:nth-child(4) {
	margin: 0 15px 0 0;
}

#doduca-combs li:nth-child(4) span {
	padding-top: 14px;
}

#doduca-combs li:nth-child(5) {
	margin: 0 0 0 0;
}

#doduca-combs li:nth-child(5) span {
	padding-top: 14px;
}

#doduca-combs li:nth-child(6) {
	margin: 60px 15px 0 100px;
}

#doduca-combs li:nth-child(7) {
	margin: 60px 100px 0 0;
}

#doduca-combs li:nth-child(7) span {
	padding-top: 14px;
}

#doduca-combs li:before {
	content: ""; 
	position: absolute; 
	top: -45px; 
	left: 0; 
	width: 0; 
	height: 0; 
	border-left: 95px solid transparent; 
	border-right: 95px solid transparent; 
	border-bottom: 45px solid var(--brand-color); 
}

#doduca-combs li:after {
	content: ""; 
	position: absolute; 
	bottom: -45px; 
	left: 0; 
	width: 0; 
	height: 0; 
	border-left: 95px solid transparent; 
	border-right: 95px solid transparent; 
	border-top: 45px solid var(--brand-color); 
}

#modal-doduca-info video {
	margin: 3% 5%;
	width: 90%;
	box-shadow: 0 6px 12px var(--grey-color);
}

.doduca-modal h2 {
	font-size: 20px;
	line-height: 100%;
	margin-top: 0;
	color: var(--black-color);
}

.doduca-modal li {
	line-height: 100%;
}

.doduca-modal a {
	color: var(--brand-color);
}

.doduca-modal .portraits {
	display: grid;
	width: 100%;
	margin: 0 auto;
	gap: 24px;
}

.doduca-modal .portraits .video {
	color: var(--brand-color);
	width: 90%;
	height: auto;
	line-height: 100%;
}

.doduca-modal .portraits .video video {
	-webkit-box-shadow: 0 6px 12px var(--team-img-shadow-color);
	-moz-box-shadow: 0 6px 12px var(--team-img-shadow-color);
	box-shadow: 0 6px 12px var(--team-img-shadow-color);
}

/* =============================================================================
   CONTACT
   ========================================================================== */

section.contact {
	visibility: hidden; 
}

section.contact div.contact-left {
	position: absolute;
	top: 60px;
	left: 0;
	width: 40%;
	height: calc(100% - 60px);
}

section.contact div.contact-right {
	position: absolute;
	top: 60px;
	right: 0;
	width: 60%;
	height: calc(100% - 60px);
}

section.contact article {
	text-align: left !important;
}

a.contact-email {
	color: var(--brand-color);
}

section.contact a i.fa-brands {
	font-size: 250%;
}

section.contact a i.fa-brands:first-of-type {
	margin-right: 20px;
}

section.contact form ul {
	width: 100%;
	margin-left: -40px;
}

section.contact form ul li {
	display: block;
	list-style-type: none;
	margin: 20px 0;
}

section.contact form ul li label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

section.contact form li input.fixed-length {
	width: 440px;
}

section.contact form li span.anrede {
	margin-left: 10px;
	margin-right: 20px;
}

/* =============================================================================
   Datenschutzerklaerung
   ========================================================================== */

li.privacy-policy-check label {
	width: 480px !important;
}

span.modal-link.privacy-policy {
	color: var(--brand-color);
}

#modal-privacy-policy h3 {
	font-size: 20px;
}

#modal-privacy-policy p {
	font-size: 14px;
	line-height: 120%;
}

#modal-privacy-policy li {
	font-size: 14px;
	line-height: 120%;
	color: var(--black-color);
}

/* =============================================================================
   CONFIRMATION
   ========================================================================== */

section.confirmation {
	position: absolute;
	top: 60px;
	right: 0;
	width: 100%;
	height: calc(100% - 240px);
	text-align: center;
	vertical-align: middle;
}

section.confirmation h2 {
	margin-top: 80px;
}

section.confirmation div {
	margin: 40px 40px 80px 40px;
}

section.confirmation button a {
	text-align: center;
	text-decoration: none;
	color: var(--brand-color-negative);
}


/* =============================================================================
   Screens ab 1536 (Desktop)
   ========================================================================== */

@media only screen and (min-width: 1536px) {
	section.home div.home-right article {
		margin: 10% 240px 0 80px;
	}

	section.home div.home-right p {
  		font-size: 18px;
  		line-height: 220%;
	}
	
	.doduca-modal .portraits {
		grid-template-columns: repeat(2, 1fr);
	}
	
  .cards {
  		grid-template-columns: repeat(2, 1fr);
  		max-width: 900px;
  	}
  	
  	.card:first-of-type, .card:nth-of-type(3) {
  		margin: 0 0 0 90px;
  	}
  	
  	.card:nth-of-type(2), .card:nth-of-type(4) {
  		margin: 0 90px 0 0;
  	}
}

/* =============================================================================
   Screens zwischen 1024 und 1535 (Laptop)
   ========================================================================== */

@media only screen and (min-width: 1024px) and (max-width: 1535px) {
	section.home div.home-right article {
		margin: 10% 200px 0 40px;
	}

	section.home div.home-right p {
  		font-size: 16px;
  		line-height: 180%;
	}
	
  .cards {
  		grid-template-columns: repeat(2, 1fr);
  	}
}

/* =============================================================================
   Screens zwischen 768 und 1023 (Tablet)
   ========================================================================== */

@media screen (min-width: 768px) and (max-width: 1023) {
}

/* =============================================================================
   Screens bis 767 (Smartphone)
   ========================================================================== */

@media screen and (max-width: 767px) {
	#fullpage .wrapper {
		margin: 0 80px;
		max-width: calc(100% - 160px);
		width: calc(100% - 160px);
	}
	
	#menu div.hamburger-menu-wrapper {
		position: absolute;
		top: 60px;
		right: 0;
	}

	#menu li.hamburger-menu {
		position: fixed;
		top: 0;
		right: 10px;
		font-size: 24px;
		color: var(--brand-negative);
	}
	
	div.iziModal-header, div.iziModal-content {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	h2.iziModal-header-title {
		font-size: calc(14px + 0.390625vw) !important;
	}

	p.iziModal-header-subtitle {
		font-size: 12px !important;
	}

	div.iziModal-content {
		font-size: 75%;
		line-height: 120%;
	}

	div.iziModal-content span.quote {
		margin: 20px 40px;
	}

	div.iziModal-content li {
		margin: 10px 0; 
	}

	div.iziModal-content ul.shortlist {
		margin: -16px -16px -8px 0;
	}

	div.iziModal-content form ul {
		margin-left: -40px;
	}

	div.iziModal-content form ul li label {
		width: 150px;
	}

	div.iziModal-content form li.privacy-policy-check label {
		width: 400px !important;
	}

	div.iziModal-content form div.interesse {
	line-height: 120%;
	}

	div.iziModal-content form li input.fixed-length {
		width: 400px;
	}

	div.iziModal-content form li span.anrede {
		margin-left: 10px;
		margin-right: 20px;
	}

	div.iziModal-content table {
		font-size: 80%;
		line-height: 100%;
	}

	div.iziModal-content table th, div.iziModal-content table td {
		margin: 6px;
		padding: 6px;
	}

	div.iziModal-content table td .subtitle {
		margin-top: 6px;
		font-size: 80%;
	}

	div.iziModal-content sup {
		font-size: 65%;
	}
	
	section.home h1, section.home div.home-left, section.home div.home-right {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: auto;
		height: auto;
	}
	
	section.home h1 {
		margin: 90px 0 0 0;
		width: 100%;
	}
	
	section.home div.home-left {
		text-align: center;
	}
 
	section.home div.home-right {
		width: 100%;
	}
	
	section.home div.home-left video {
		margin: 30px 0;
		width: 80%;
		max-height: 80%;
	}

	section.home div.home-right article {
		width: 100%;
		margin: 0 0 0 0;
		text-align: left;
	}
	
	#abc-gallery-grid.isGrid li {
		list-style-type: none;
		min-width: 90px;
		max-width: 90px;
	}

	#abc-gallery-grid.isGrid li.large {
		min-height: 70px;
		max-height: 70px;
		line-height: 70px;
	}

	#abc-gallery-grid.isGrid li.small {
		min-height: 50px;
		max-height: 50px;
		line-height: 50px;
	}

	#abc-gallery-grid.isGrid li.large div.gallery-tile {
		width: 60px;
		height: 60px;
		line-height: 55px;
		font-size: 36px;
	}

	#abc-gallery-grid.isGrid li.small div.gallery-tile {
		width: 40px;
		height: 40px;
		line-height: 35px;
		font-size: 24px;
	}

	#abc-gallery-grid.isGrid li.large div.gallery-tile:hover {
		width: 70px;
		height: 70px;
		line-height: 65px;
	}

	#abc-gallery-grid.isGrid li.small div.gallery-tile:hover {
		width: 50px;
		height: 50px;
		line-height: 45px;
	}

	#doduca-combs {
		width: 480px !important;	
		max-width: 480px !important;
		height: 880px;
	}

	#doduca-combs li:first-child {
		margin: 40px 80px 0 80px;
	}

	#doduca-combs li:nth-child(2) {
		margin: 60px 30px 0 0;
	}

	#doduca-combs li:nth-child(3) {
		margin: 60px 0 0 0;
	}

	#doduca-combs li:nth-child(4) {
		margin: 60px 80px 0 80px;
	}

	#doduca-combs li:nth-child(5) {
		margin: 60px 30px 0 0;
	}

	#doduca-combs li:nth-child(6) {
		margin: 60px 0 0 0;
	}

	#doduca-combs li:nth-child(7) {
		margin: 60px 80px 0 80px;
	}
	
	section.contact div.contact-left, section.contact div.contact-right {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: auto;
		height: auto;
	}
}

@media screen and (max-width: 620px) {
	#doduca-combs {
		width: 320px !important;	
		max-width: 320px !important;
		height: 1400px;
	}

	#doduca-combs li:first-child {
		margin: 40px 40px 0 40px;
	}

	#doduca-combs li:nth-child(2) {
		margin: 100px 40px 0 40px;
	}

	#doduca-combs li:nth-child(3) {
		margin: 100px 40px 0 40px;
	}

	#doduca-combs li:nth-child(4) {
		margin: 100px 40px 0 40px;
	}

	#doduca-combs li:nth-child(5) {
		margin: 100px 40px 0 40px;
	}

	#doduca-combs li:nth-child(6) {
		margin: 100px 40px 0 40px;
	}

	#doduca-combs li:nth-child(7) {
		margin: 100px 40px 0 40px;
	}
}

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

	section.home div.home-left video {
		margin: 30px 0;
		width: 100%;
		max-height: 80%;
	}

	section.contact form label.anrede, section.contact form span.anrede {
		width: 100%;	
	}
	
	section.contact form li input.fixed-length {
		width: 220px;
	}
}

@media screen and (max-height: 640px) {
	h1 {
		font-size: 28px;	
	}
	
	section.home div.home-right p {
  		font-size: 16px;
  		line-height: 150%;
	}
	
	#abc-gallery-grid.isGrid li {
		list-style-type: none;
		min-width: 100px;
		max-width: 100px;
	}

	#abc-gallery-grid.isGrid li.large {
		min-height: 70px;
		max-height: 70px;
		line-height: 70px;
	}

	#abc-gallery-grid.isGrid li.small {
		min-height: 60px;
		max-height: 60px;
		line-height: 60px;
	}

	#abc-gallery-grid.isGrid li.large div.gallery-tile {
		width: 60px;
		height: 60px;
		line-height: 55px;
		font-size: 36px;
	}

	#abc-gallery-grid.isGrid li.small div.gallery-tile {
		width: 50px;
		height: 50px;
		line-height: 45px;
		font-size: 24px;
	}

	#abc-gallery-grid.isGrid li.large div.gallery-tile:hover {
		width: 70px;
		height: 70px;
		line-height: 65px;
	}

	#abc-gallery-grid.isGrid li.small div.gallery-tile:hover {
		width: 60px;
		height: 60px;
		line-height: 55px;
	}

	section.doduca h1 {
		margin: 0 0 0 0;
	}
	
	#doduca-combs {
	margin: 20px auto 0 auto;
	}
	
	section.contact form ul li {
		margin: 5px 0;
	}
	
	#contact-form-check-label {
		display: inline-block;
		width: 160px;
	}
	
	#contact-form-result {
		display: inline-block;
		width: 60px;
	}
	
	li.privacy-policy-check input {
		display: inline-block;	
	}
	
	li.privacy-policy-check label {
		width: 400px !important;
	}

}