#upload_content {
	width: 100%;
	padding: 0;
	max-height: calc(100% - 0px);
}

#layout.c_message #upload_content {
	max-height: calc(100% - 62px);
}

#foto_upload {
	position: relative;
	top: calc(50% - 70px);
	width: 270px;
	margin: auto;
	margin-top: 95px;
	margin-bottom: 86px;
}

#title_upl {
	width: 100%;
	height: 100px;
}

#icon_upl {
	display: inline-block;
	width: 46px;
	height: 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#text_upl {
	display: inline-block;
	width: calc(100% - 64px);
	height: 100%;
	line-height: 25px;
	margin-left: 10px;
	vertical-align: top;
	overflow: hidden;
	font-size: 20px;
	text-overflow: ellipsis;
}

#btt_upl {
	width: 100%;
	height: 41px;
	line-height: 41px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}

#btt_abort {
	width: 270px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	font-size: 13px;
}

#btt_abort.inactive {
	display: none;
}

#div_inspiration, #div_load, #div_cookie_rooms, #div_cookie_note {
	width: 100%;
}

#div_cookie_rooms{
	display: none;
}

#title_inspiration {
	padding-left: 40px;
	width: 1157px;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 21px;
	font-weight: bold;
	line-height: 17px;
	height: 17px;
	color: #D8D8D8;
}

#scroller_cookie_rooms {
	width: 1157px;
	margin: 0 auto;
	margin-top: 0px;
	font-size: 0px;
}

#scroller_inspiration {
	/* height: 189px; */
	background-color: #D8D8D8;
	font-size: 0px;
	text-align: center;
}

.btt_insp {
	display: inline-block;
	position: relative;
	height: 149px;
	width: 265px;
	background-color: cadetblue;
	margin: 20px 10px;
	vertical-align: top;
}

.insp_img {
	/* width: 320px; */
	width: 100%;
	height: 100%;
}

.btt_insp_label {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	text-shadow: 2px 2px 2px #00000080;
	font-weight: 600;
}

.btt_mypic {
	display: inline-block;
	position: relative;
	height: 149px;
	width: 265px;
    background-color: lightgray;
	margin: 0px 10px 20px 10px;
	vertical-align: top;
	background-size: cover;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}

.btt_mypic img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.btt_mypic_del {
	width: 16px;
	height: 20px;
	position: absolute;
	top: 9px;
	right: 9px;
	cursor: pointer;
}

#div_load {
	display: flex;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	height: 60px;
	line-height: 41px;
}

#title_btt_load, #input_load, #btt_load {
	display: inline-block;
	box-sizing: border-box;
	height: 41px;
	vertical-align: middle;
	margin-top: 9px;
}

#title_btt_load {
	margin-left: auto;
	margin-right: 10px;
}

#input_load {
	border: 1px solid #707070;
}

#btt_load {
	border-right: 1px solid #707070;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 41px;
	margin-right: 40px;
	cursor: pointer;
}

#title_cookie_rooms {
	padding-left: 20px;
	width: 1157px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: bold;
}

#div_cookie_note {
	display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border: 1px solid #707070;
    box-sizing: border-box;
    height: auto;
    background-color: #fff;
    min-height: 62px;
}

#btt_cookie_accept {
	right: 11px;
	bottom: 10px;
}

#btt_cookie_weitere_info {
	bottom: 10px;
	right: 291px;
	display: none;
}

.btt_cookie {
	display: inline-block;
	width: 270px;
	height: 41px;
	text-align: center;
	line-height: 41px;
	position: absolute;
	cursor: pointer;
	font-size: 13px;
}

#cookie_note {
    display: inline-block;
    font-size: 12px;
    max-width: calc(100% - 600px);
    vertical-align: top;
    left: 20px;
    top: 50%;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#dia_load {
	max-width: 362px;
	max-height: 133px;
}

#load_header_text{
	color: #323232;
    margin-left: 12px;
    line-height: 41px;
    height: 41px;
    min-height: 41px;
    font-weight: Bold;
    font-size: 18px;
}
#load_content div{
	display: inline-block;
}

#dia_load .btt_close {
    height: 41px;
    width: 41px;
    background-position: 8px 8px;
}

#dia_load #input_load{    
    width: 100px;
    height: 41px;
    margin: 0px;
    margin-left: 7px;
    margin-right: 15px;
}

#dia_load .dia_header {
    height: 41px;
}

#load_btt{
	width: 89px;
    height: 41px;
    vertical-align: top;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}


#dia_load .dia_content {
    padding: 25px 15px;
}

@media ( max-width : 1172px) {
	#scroller_inspiration {
		width: 570px;
		padding-left: calc(50% - 280px);
		padding-right: calc(50% - 280px);
	}
	#title_inspiration {
		width: 580px;
	}
	#scroller_cookie_rooms {
		width: 576px;
		padding-left: calc(50% - 277px);
		padding-right: calc(50% - 277px);
	}
	#title_cookie_rooms {
		width: 556px;
	}
}

.dt_tablet .btt_insp {
	width: 225px;
	height: 126px;
	margin: 16px 8px 18px 8px;
}

.dt_tablet #scroller_inspiration {
	width: auto;
	padding: 0px;
}

.dt_tablet .btt_mypic {
	width: 225px;
	height: 126px;
}

.dt_tablet #scroller_cookie_rooms {
	width: 980px;
	padding: 0px;
}

.dt_tablet #title_inspiration, .dt_tablet #title_cookie_rooms {
	width: 1157px;
	padding-left: 30px;
}

@media ( orientation : portrait) {
	.dt_tablet #scroller_inspiration {
		width: 482px;
		padding-left: calc(50% - 241px);
		padding-right: calc(50% - 241px);
	}
	.dt_tablet #scroller_cookie_rooms {
		width: 496px;
	}
	.dt_tablet #title_inspiration, .dt_tablet #title_cookie_rooms {
		width: 510px;
	}
	.dt_tablet #layout.c_message #upload_content {
		max-height: calc(100% - 100px);
	}
	.dt_tablet #div_cookie_note, .dt_phone #div_cookie_note {
		height: 100px;
		text-align: center;
	}
	.dt_tablet #cookie_note, .dt_phone #cookie_note {
		max-width: 100%;
		left: 50%;
		top: 16%;
		transform: translate(-50%, -22%);
	}
	.dt_tablet .btt_cookie, .dt_phone .btt_cookie {
		margin-top: 50px;
		position: initial;
	}
	.dt_phone #foto_upload {
		margin-top: 46px;
		margin-bottom: 66px;
	}
	.dt_phone #scroller_inspiration {
		width: 100%;
		height: 213px;
		padding: 0px;
		padding-top: 12px;
	}
	.dt_phone .btt_insp {
		margin: 0px 6px 13px 6px;
		width: 166px;
		height: 93px;
	}
	.dt_phone #input_load {
		width: 110px;
	}
	.dt_phone #scroller_cookie_rooms {
		padding: 0px;
		width: 356px;
	}
	.dt_phone .btt_mypic {
		width: 166px;
		height: 93px;
		margin: 0px 6px 13px 6px;
	}
	.dt_phone .c_message #bottombar {
		display: none !important;
	}
	.dt_phone .c_message #content.bottombar {
		height: calc(100% - 80px);
	}
	.dt_phone #layout.c_message #upload_content {
		max-height: calc(100% - 143px);
	}
	.dt_phone #div_cookie_note {
		height: auto;
		text-align: center;
	}
	.dt_phone #cookie_note {
		max-width: 100%;
	    left: 0%;
	    margin-top: 12px;
	    transform: translate(0%, 0%);
	    width: 316px;
	    height: fit-content;
	    position: initial;
	}
	.dt_phone .btt_cookie {
		margin-top: 43px;
   		margin-bottom: 0px;
		position: initial;
	}
	
	.dt_phone #btt_cookie_weitere_info{
		margin-top: 43px;
    	margin-bottom: 0px;
	}
	.dt_phone #btt_cookie_accept{
	    margin-top: 14px;
	    margin-bottom: 12px;
	}
 
	
	@media ( min-width : 1920) {
	}
	@media ( max-width : 1024) {
	}
	@media ( max-width : 414) {
	}
}

@media ( orientation : landscape) {
	@media ( min-width : 1920) {
	}
	@media ( max-width : 1366) {
	}
	@media ( max-width : 736) {
	}
}