@font-face {
    font-family: 'Courgette';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/courgette.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/courgette.woff') format('woff'), /* Modern Browsers */
         url('../fonts/courgette.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/courgette.svg#Courgette') format('svg'); /* Legacy iOS */
}
* {
	margin: 0px;
	padding: 0px;
}
html,body {
	background-color: #fafadc;
	overflow-y: visible;
	height: 100.05%;
}
.header-text {
	font-family:'Courgette',cursive;
	width: 400px;
}
.text-bold {
	font-weight: bold;
}
input.disabled {
	opacity: 1;
	width: 1px;
	height: 1px;
	background: #F6F6C4;
	border: none;
}
p { 
-moz-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto; 
}
button {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	text-overflow: auto;
}
.txtarea {
	width: 100%;
	min-height: 100px;
	padding: 5px;
}

/** Kontaktformular **/
form h5 {
	margin:0px 0;
}
form .w3-input {
	padding:2px;
	display:block;
	border:none;
	border-bottom:1px solid #ccc;
	width:100%;
}
form input {
	margin-bottom: 10px;
}
form .w3-select{
	padding:2px 0;
	width:100%;
	border:none;
	border-bottom:1px solid #ccc;
}

@media (min-width: 320px) {
	.header-text {
		font-family: 'Courgette',cursive;
		font-size:36px!important;
		width:250px;
	}
}
@media (min-width: 560px) {
	.header-text {
		font-family:'Courgette',cursive;
		font-size:64px!important;
		width: 400px;
	}
}
@media (min-width: 768px) {
	.header-text {
		font-family:'Courgette',cursive;
		font-size:64px!important;
		width: 400px;
	}	
}
@media (min-width: 992px) {
	.header-text {
		font-family:'Courgette',cursive;
		font-size:64px!important;
		width: 400px;
	}	
}
@media (min-width: 1200px) {
	.header-text {
		font-family:'Courgette',cursive;
		font-size:64px!important;
		width: 400px;
	}	
}