.single-reparation section#main {
    padding-top: 100px;
    padding-bottom: 80px;
	border-bottom: 1px solid #e6e7e9;
}
.single-reparation section#omos {
    border-bottom: none;
}
section#headerbanner.devicebanner {
    text-align: left;
	overflow: hidden;
}
section#headerbanner.devicebanner hr {
    margin: 20px 0;
}


.brand {
    height: 40px;
	max-width: 120px;
    display: inline-flex;
}
.brand img {
    height: 100%;
    width: auto;
}



/* DEVICE ARKIV */
.page-id-71 hr {
	margin: 20px 0 80px;
	max-width: 100px;
}

section#smartphones {
	padding-top: 100px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e7e9;
}
section#otherdevices {
	padding-top: 100px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e7e9;
}

.devices .device {
    margin-bottom: 60px;
}
.devices .device h4 {
    font-size: 18px;
	margin: 20px 0;
	color: #2d2d2d;
}
.devices .device .device-inner {
	display: block;
	position: relative;
}
.devices .device .device-inner img {
	transition: all 0.3s ease;
	max-height: 250px;
    width: auto;
}
.devices .device .device-inner:hover span.btn {
	background: #ff5000;
	color: #ffffff;
}
.devices .device .device-inner:hover img {
	transform: translateY(-10px);
}
.devices .device .device-inner:after {
    content: '';
    background: url(https://phonecare.dk/wp-content/themes/phonecare/assets/images/item-bg.png);
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 120px;
    z-index: -1;
    opacity: 0.6;
}

.single .devices .device .device-inner img {
    max-height: 200px;
    width: auto;
}

.views-template-reparation-parent-template .reparationer {
    margin-top: 80px;
}
.views-template-reparation-parent-template .reparationer h4 {
	text-align: center;
}
.views-template-reparation-parent-template .reparationer hr {
	margin: 20px auto;
}
/* END DEVICE ARKIV */



/* SINGLE DEVICE */
section#priser {
    padding-top: 100px;
    padding-bottom: 80px;
	border-bottom: 1px solid #e6e7e9;
}
section#priser h2 {
	text-align: center;
}
section#priser hr {
	margin: 20px auto 60px;
}
section#priser .prisliste {
    background: white;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    padding: 50px;
}
section#priser .headline span {
	font-size: 17px;
	font-weight: 600;
	color: #2d2d2d;
}
section#priser .pris {
	margin-bottom: 10px;
}
section#priser .pris > span {
	display: flex;
	flex-direction: row;
	padding: 5px 10px;
	border-radius: 4px;
	transition: all 0.3s ease;
    align-items: center;
}
section#priser div .pris > span:hover {
	background: #e2e2e2;
}
section#priser .tid {
	font-size: 11px;
    color: #a2a2a2;
}
section#priser .titel {
    width: 56%;
}
section#priser .varighed,
section#priser .tid,
section#priser .tilbud,
section#priser .koster {
    margin-left: auto;
	width: 120px;
	text-align: right;
}

span.customicon {
    width: 19px;
    display: inline-flex;
	margin-right: 10px;
	position: relative;
}
span.customicon svg {
    width: 100%;
    height: 100%;
}


section#sikkerhedskopi {
    text-align: center;
    border-bottom: 1px solid #e6e7e9;
    padding: 60px 0 40px;
}
/* END SINGLE DEVICE */


section#skaerme {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #e6e7e9;
	background: linear-gradient(to bottom, #f5f5f5 0%,#e2e2e2 100%);
	margin-top: -1px;
}
section#skaerme .container.forklaring h2 {
	text-align: center;
}
section#skaerme .container.forklaring hr {
	margin-left: auto;
	margin-right: auto;
}
section#skaerme .container.forklaring p {
	font-size: 13px;
	text-align: center;
}


section#skaerme .container.skaermtabel {
    max-width: 800px;
	margin-top: 40px;
}
section#skaerme .skaermtabel h3 {
	text-align: center;
}
section#skaerme .skaermtabel hr {
    margin: 20px auto -40px;
}
section#skaerme .container .row {
	align-items: flex-end;
}
section#skaerme .container .row > div {
	padding: 0;
}
section#skaerme .container .row > div img {
	position: relative;
	z-index: 1;
}
section#skaerme .container .row > div.glas {
	background: white;
    padding: 20px 20px 20px 30px;
    border-radius: 0 5px 5px 0;
	margin-left: -10px;
}
section#skaerme table {
    width: 100%;
}
section#skaerme table thead {
	font-weight: 600;
}
section#skaerme table tbody {
	font-size: 13px;
}
section#skaerme table tr {
    border-bottom: 1px solid #e6e7e9;
}

section#skaerme table tr td {
    text-align: center;
}
section#skaerme table tr td:first-child {
    text-align: left;
}

@media only screen and (min-width: 901px) {
    body section#headerbanner {
        height: 100%;
        max-height: 600px;
        padding: 250px 0 40px;
    }
    
    .reparation-template-default section#headerbanner > div.container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 30px;
    }
    
    .reparation-template-default section#headerbanner > div.container .left-block {
        /*display: inline-block;
        width: 60%;*/
    }
    
    .reparation-template-default section#headerbanner > div.container .right-block {
        /*max-width: 35%;*/
        /*display: inline-block;*/
        padding: 0 0 0;
		text-align: right;
    }
    
    html body section#headerbanner.devicebanner img.attachment-post-thumbnail {
        max-height: 225px;
        width: auto;
    }
}

@media only screen and (max-width: 900px) {
    html body section#headerbanner.devicebanner img.attachment-post-thumbnail {
        position: absolute;
        right: 0;
        top: 0;
        height: 340px;
        width: auto;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
}