
strong { font-weight: 500; }

a, a:hover, a:focus {
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1 {
	margin-top: 10px;
	font-size: 32px;
  font-weight: 400;
  color: #555;
  line-height: 50px;
}

h2 {
	font-size: 24px;
  font-weight: 600;
  color: #555;
  margin: 20px 0;
    /* line-height: 30px; */
}

h3 {
	font-size: 16px;
  font-weight: 600;
  color: #888;
  /* margin: 20px 0; */
    /* line-height: 30px; */
}
img#verified-user {width: 60px;}

.primary {
	width: 360px;
	height: 360px;
	background-color: #cccccc;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


@media (max-width:576px) {
  h1 {font-size: 1rem; font-weight: 600; line-height: 1.2;}
  h2 {font-size: 0.8rem;}
  h3 {font-size: 0.8rem;}

	h5 {font-size: 1rem;}

	table td {font-size: 0.8rem;}
	table th {font-size: 0.8rem;}

	.description p {font-size: 0.8rem; padding: 0 10px 0 10px;}

	#page-container {padding: 0px !important;}

	#Anfrageformular {padding: 0px !important;}

	.primary {
		width: 260px;
		height: 260px;
		background-color: #cccccc;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;

	}

	.hidden-mobile {display: none; }

	.breadcrumb-item span {font-size: 0.8rem;}
	p.card-text {font-size: 0.8rem;}
	img#verified-user {width: 40px;}
}


@media (min-width:577px) {

	.hidden-desktop {display: none; }

}


/***** Top content *****/

.inner-bg {
    padding: 40px 0 170px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.profile-box {
	padding-top: 40px;
}

.profile-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #ccc;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.profile-top-left {
	float: left;
	width: 25%;
	padding-top: 25px;
}

.profile-top-middle {
	float: left;
	width: 50%;
	padding-top: 25px;
	text-align: center;
}

.profile-top-left h3 { margin-top: 0; }

.profile-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.profile-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.profile-footer {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background-color: #ccc;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: center;
}


#overlay {
    position: fixed; /* Sit on top of the page content */
    /*display: none;  Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4); /* Black background with opacity */
    z-index: -2; /* Specify a stack order in case you're using a different order for other elements */
    /* cursor: pointer; Add a pointer on hover */
}

.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
	border: 4px solid #19b9e7;
}

.thumbnail-image {
	width: 75px;
	height: 75px;
	/* margin: 20px auto; */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 4px solid transparent;
}

.thumbnails a.thumbnail{
	display: inline-block;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-middle {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #1A92DB;
	-moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0; border-radius: 0 0 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-top-description {
	width: 100%;
	padding-top: 5px;
	font-size: 14px;
	text-align: justify;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-footer {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background-color: #ccc;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: center;
}

.options label{
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 30px;
}

textarea {
	resize:none;
	height: 120px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #2980b9;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
