header.profile-header {
    padding: 50px 240px;
    height: 300px;
    box-sizing: border-box;
    background: url(../images/bg-header-profile.jpg);
    background-size: cover;
    color: #FFF;
    position: relative;
}

#fotogallery {
    position: absolute;
    width: 360px;
    height: 450px;
    background-color: #222;
}

.info-header {
    position: absolute;
    left: 650px;
    bottom: 30px;
}

.other-info {
    margin-bottom: 20px;
}

h1.nickname {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 10px;
}

.profil-seite .profil-detail h1:before {
    content: "\"";
    position: absolute;
    left: -18px;
    font-family: Times New Roman;
    font-size: 36px;
    background-color: #bf5a82;
    line-height: 31px;
    padding: 10px 8px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #FFF;
    top: calc(50% - 18px);
    box-sizing: border-box;
}

.sidebar-foto picture {
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 10px solid #FFF;
    -webkit-box-shadow: 15px 15px 64px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 15px 15px 64px 0px rgba(0,0,0,0.15);
    box-shadow: 15px 15px 64px 0px rgba(0,0,0,0.15);
}

.slick-slider {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 360px;
}

a.bt {
    display: inline-block;
    background-color: #f1c41a;
    border-radius: 30px;
    padding: 7px 25px 5px 60px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
}

a.bt-call-top:after {
    content: "";
    width: 35px;
    height: 37px;
    display: block;
    position: absolute;
    left: 13px;
    top: 8px;
    background: url(../images/icons/call.svg);
    background-size: cover;
}

.bt .chiffre {
    font-size: 12px;
    display: block;
    color: #666;
}

.bt .chiffre strong {
    color: #000;
}

a.bt-call-back {
    height: 52px;
    vertical-align: top;
    line-height: 37px;
    font-size: 18px;
    color: #000;
    margin-left: 10px;
    background-color: #4ccbf8;
}

a.bt-call-back:after {
    content: "";
    width: 36px;
    height: 37px;
    position: absolute;
    left: 14px;
    top: 8px;
    background: url(../images/icons/callback.svg);
    background-size: cover;
}

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

    #container.profil-seite .main {
        padding: 500px 15px 30px;
    }

    div#fotogallery {
        width: 100%;
        background-color: #222;
        margin-top: 0px;
        height: 400px;
    }
    
    .profil-seite .sidebar-foto picture {
        border: 0px;
    }
    
    header.profile-header {
        padding: 10px 0px 30px;
    }

    .info-header {
        left: 0px;
        margin-top: 560px;
        position: relative;
        padding: 0px 15px 30px;
        border-bottom: 1px solid #DDD;
    }

    .slick-slider {
        width: auto;
        padding: 0px 15px;
    }

    .slick-dots {
        width: calc(100% - 30px);
        margin-top: 0px !important;
    }

    .bt-call, .bt-sms-mobile {
        display: none;
    }

    h1.nickname {
        font-size: 36px;
        margin-bottom: 0px;
        color: #000;
        padding-top: 10px;
    }

    .other-info {
        color: #999;
        margin-top: 0px;
    }

    a.bt.bt-call-top {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding: 7px 25px 5px;
    }

    a.bt.bt-call-back {
        margin-left: 0px;
        width: 100%;
        text-align: center;
        padding: 7px 25px 5px;
    }

}


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

    .info-header {
        margin-top: 510px;
    }

    #container.profil-seite .main {
        padding: 460px 15px 30px;
    }
    
    div#fotogallery {
        background-color: #FFF;
    }


    .profil-seite .sidebar-foto picture {
        border: 0px;
        height: 400px;
        max-height: 55vh;
        background-color: #222 !important;
    }
}

#popup-foto {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
}



.popup-foto-inner2 {
        background-color: #FFF;
    max-width: 640px;
    padding: 30px 10px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
}

.popup-foto-inner2 img {
    width: 100%;
}

.bt-close-popup-foto {
    font-size: 24px;
    position: absolute;
    top: 3px;
    right: 5px;   
        color: #d41e00;
}

.bt-close-popup-foto:hover {
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    #popup-foto .popup-foto-inner2 {
        width: calc(100% - 20px);
    }
}

#frm-profile-details {
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}

#frm-profile-details .row {
    width: 100%;
    margin-bottom: 12px;
}

#frm-profile-details label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

#frm-profile-details input.input-lg,
#frm-profile-details select.input-lg {
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
}

#frm-profile-details input.input-lg:focus,
#frm-profile-details select.input-lg:focus {
    outline: none;
    border-color: #999;
}

#frm-profile-details button.bt {
    display: block;
    width: 135px;
    height: 36px;
    margin: 18px auto 0;
    padding: 0 15px;
    border: 0;
    border-radius: 20px;
    background-color: #df210d;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

#frm-profile-details button.bt:hover {
    background-color: #c91d0b;
}

#form-details-heading {
    margin: 18px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d5d5d5;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #222;
}

#frm-profile-details .twitter-typeahead {
	width: 100%;
	display: block !important;
	position: relative !important;
}

#frm-profile-details .tt-hint,
#frm-profile-details .tt-input {
	width: 100%;
	box-sizing: border-box;
}

#frm-profile-details .tt-dropdown-menu {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-height: 180px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	box-sizing: border-box;
	margin-top: 2px;
	padding: 0;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fff !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
	z-index: 99999 !important;
}

#frm-profile-details .tt-dataset-locations {
	background: #fff;
}

#frm-profile-details .tt-suggestion {
	display: block;
	margin: 0;
	padding: 8px 10px;
	background: #fff;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	cursor: pointer;
}

#frm-profile-details .tt-suggestion:last-child {
	border-bottom: 0;
}

#frm-profile-details .tt-suggestion:hover,
#frm-profile-details .tt-cursor {
	background: #eee !important;
}

#frm-profile-details .location-suggestion {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.location-validation-error {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 18px;
}

@media screen and (max-width: 480px) {
	#frm-profile-details input.input-lg,
	#frm-profile-details select.input-lg {
		height: 40px;
		font-size: 16px;
	}

	#frm-profile-details button.bt {
		width: 100%;
		height: 42px;
		font-size: 14px;
	}

	#form-details-heading {
		font-size: 17px;
		line-height: 22px;
	}
}