
@font-face {
	font-family: 'Ubuntu';
	src: url('/fussballcup_2020/css/Ubuntu-Regular.ttf');
}

@font-face {
	font-family: 'Barlow';
	src: url('/fussballcup_2020/css/BarlowCondensed-Medium.ttf');
}

/* reset default css behaviour */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, big, small, strike, strong, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, summary {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ''; content: none;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
/* general behaviour */

html, body {
	-webkit-text-size-adjust: 100%;
}

body {
/*	background-color: #efefef; */
	color: #000000;
	font-size: 12px;
	font-family: Ubuntu,arial,hevetica,sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	background: rgb(244,250,253);

	display: flex;
	justify-content: center;
}

body * {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

img {
	border: 0;
}

a, a:visited { 
	color: #0C6CB5;
	font-weight: bold;
	text-decoration: none;
}
	
.gewinnspiel {
	margin: 20px;
}



/************************************************
*	behaviour									*
************************************************/


a, img {
	
	outline: none!important;
}

#content p.intro {
	
	width: 550px;
	float: left;
}

.clear {
	
	clear: both;
}

.hidden {
	
	display: none;
}

.error {

	color: #FF0000;
}

/************************************************
*	style definitions							*
************************************************/

h1 {
	color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
	font-size: 160%;
	font-family: Barlow, sans-serif;
	
	line-height: 135%;
	margin-top: 20px;
}

h2 {
    color: #000000;
    font-size: 145%;
    font-weight: bold;
	padding: 12px 0;
	font-family: Barlow, sans-serif;
}

h3 {
	font-size: 16px;
	color: rgb(0,134,203);
	padding-left: 0px;
	margin: 35px 0 8px 0;
	font-family: Barlow, sans-serif;
}

p {
    line-height: 19px;
    margin-bottom: 10px;
    text-align: left;
}

form {
	max-width: 500px;
}

form label{
	display: block;
	float: left;
	text-align: right;
	margin-top: 23px;
	margin-right: 8px;
	font-weight: normal;
	font-size: 14px;
}

form input{
	display:block;
	width: 80%;
	float: left;
	margin-top: 9px;
	margin-bottom: 2px;
	padding: 6px;
	font-family: Ubuntu, sans-serif;

	height: 40px;
	border: 0px;
	border-bottom: 1px solid #0086CB;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: none;
	padding: 0 25px;
	color: black;
}

form select {
	display:block;
	width: 334px;
	float: left;
	margin-top: 9px;
	margin-bottom: 2px;
	padding: 6px;
	font-family: Ubuntu, sans-serif;
	
	border: 1px solid #0086cb;
    height: 40px;
    background: rgba(255,255,255,0.5);
    border-radius: 0;
}

form #uploadedpicture{
	background-color: transparent;
}

form #uploadedpicture3 {
	margin-bottom: 25px;
}

form #teilnahmebedingungen, form #teilnahmebedingungen_label {
	margin: 30px 5px;
	padding: 0;
}

form .send, #teilnahmebedingungen, #newsletter {
	margin-top: 40px;
	width: auto;
}

#teilnahmebedingungen, #newsletter  {
	float: left;
	border: 0px;
	transform: scale(1.3);
}

.teilnahme_chk, .newsletter {
	margin-top: 10px;
	width: 500px;
	margin-left: 4px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}

.short {

	width: 70px;
	text-align: center;
}

form .send {
	margin: 10px 0 0 138px;
    padding: 8px 20px;
	font-size: 16px;
	font-family: Ubuntu, sans-serif;
	border-radius: 0 !important;
    background-color: #0086CB !important;
    color: #FFFFFF;
    /* width: 140px; */
    height: auto;
	cursor: pointer;
	-webkit-appearance: none;
}

form .send:focus{
	border: 1px solid grey;
}


div form .radio {
	width: auto;
	margin-top: 16px;
	margin-right: 8px;
}

div form .radio_label {
	text-align: left;
	width: 70px;
}

div form .add {
	font-size: 90%;
	font-style: italic;
}

.textarea {
	margin-left: 0;
    width: 100%;
    padding: 5px;
	height: 80px;
	border: 1px solid #0086CB;
	background: rgba(255, 255, 255, 0.5);
	font-family: Ubuntu, sans-serif;
	font-size: 12px;
}


.add-info {
	font-size: 12px;
	font-style: italic;
}

.centered {

	text-align: center;
}

.centered  h1, .centered  p {

	float: none;
	width: auto;
	text-align: center;
}

.centered  img {

	float: left;
}

.centered  p {

	font-style: italic;
	font-size: 100%;
}

.back-link {

	font-size: 120px;
}


/* gallery */

#gallery {

	margin-top: 15px;
}

.fancybox {

	width: 110px;
/*	height: 110px; */
	
	display: inline-block;
	text-align: center;
}

.wrapper {
	
	position: relative;
	
	display: inline-block;
}

.centerhelper {

	width: 110px;
	height: 110px;
	
	display: inline-block;
	float: left;
	
	margin-right: 8px;
	margin-bottom: 8px;
	
	padding: 5px;
	border: 1px dashed #666;
}

.image-gallery {

	position: relative;
	width: 790px;
}


img.win {

/*	border: 2px solid #666666; */
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

.like-button {

	position: relative;
	top: -35px;
	left: 140px;
	margin-bottom: -30px;
}

.like-button-start {

	position: absolute;
	top: 420px;
	left: 210px;
}

.paginator  {

	text-align: center;
}

.paginator  a {

	display: inline-block;
	padding: 12px 6px;
}



@media only screen and ( max-width: 809px ) {

	body {
		width: 100%;
	}
	
}


@media only screen and ( max-width: 820px ) {

	#container {
		width: 100%;
	}
	
	#container img {
		width: 100%;
		height: auto;
	}
	
	.teilnahme_chk, .newsletter {
		width: calc(100% - 50px);
		float: none;
	}
	
	#teilnahmebedingungen, #newsletter {
		margin-right: 5px;
	}
	
}


@media only screen and ( max-width: 780px ) {
	
	.tb_popup {
		width: 96%!important;
		padding: 0 2%!important;
	}
	
	.intro p {
		font-size: 13px;
	}

	.radio-container  {
		width: 100%;
	}
	
}



@media only screen and ( max-width: 490px ) {
	form label {
		float: left;
		display: inline-block;
		text-align: left;
		width: auto;
	}
	
	form input, form .textarea {
		width: 100%;
		margin-top: 3px;
	}
	
	form select {
		width: 100%;
		margin-top: 3px;
	}

	form .send {
		margin: 0px;
		width: 100%;
	}
	
	#teilnahmebedingungen, #newsletter {
		margin-left: 0;
	}
	
	.teilnahme_chk, .newsletter {
		width: calc(100% - 35px);
		float: none;
	}

	.label-text {
		min-width: 60px;
	}
	
}






/* Customize the label (the container) */
.radio-container {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom radio button */
  .radio-container .checkmark {
	position: relative;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
	margin-left: 16px;
	border: 1px solid rgb(0,134,203);
  }
  
  /* On mouse-over, add a grey background color */
  .radio-container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .radio-container input:checked ~ .checkmark {
	background-color: rgb(0,134,203);
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radio-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio-container .checkmark:after {
	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
  }


  /* Customize the label (the container) */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	width: 100%;
	font-size: 12px;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border: 1px solid rgb(0,134,203);
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
	background-color: #0086CB;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }