/*
Theme Name: Margitfysio
Theme URI: https://www.nmugroup.com
Author: Vladimir
Author URI: https://www.nmugroup.com
Description: A special NMU theme using the Bootstrap framework.
Version: 1.0
Text Domain: margitfysio
*/
body {font-family: "georgia", sans-serif;font-weight: 400;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-weight: normal;background: #ffffff;font-size: 17px;}
a {text-decoration: none;}
a.kontakta-mig {text-decoration: none !important;}
a.kontakta-mig .kontakta-mig-btn {
	background: #c07f63;
	color: #f9f9f9;
	border: 1px solid #c07f63;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
	text-align: center;
}
a.kontakta-mig .kontakta-mig-btn:hover {
	background: transparent;
	color: #c07f63;
	border: 1px solid #c07f63;
}
.sektion1 img {
    border-radius: 10px;
}
.sektion1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.sektion2 img {
    border-radius: 10px;
}
.sektion2 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.sektion3 img {
    border-radius: 10px;
}
.sektion3 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.sektion4 img {
    border-radius: 10px;
}
.sektion4 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.sektion5 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.sektion6 {
    padding-top: 75px;
    //padding-bottom: 75px;
}
.sektion7 {
    padding-top: 75px;
    padding-bottom: 45px;
}
.profil-ute img {
    width: 200px;
    border-radius: 100%;
}
.footer-container {
    background: #f0eae1;
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
	color: #c27d81;
}
img.footer-logo {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
}
.footer-tel-epost {
    border-top: 1px solid #b7582033;
    border-bottom: 1px solid #b7582033;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sektion2 h3 {
    border-bottom: 1px solid #f38868;
    width: 280px;
    padding-bottom: 10px;
    margin-top: 60px;
    font-weight: 400;
    color: #5b5b5b;
}
h2.namn-margit {
    font-size: 44px;
    font-weight: 300;
    color: #333333;
}
.specialistfysioterapeut-txt {
    color: #f38868;
    font-size: 18px;
}
.custom-logo-link img {
    width: 80px;
    height: auto;
    position: absolute;
    top: 13px;
}
.masthead {
    background: #fbf9f7;
	position: fixed;
    width: 100%;
	z-index: 9;
}
ul#mega-menu-primary {background: #fbf9f7 !important;}
.citat1 {
    position: absolute;
    right: 120px;
    bottom: 75px;
    font-size: 34px;
	color: #333333;
}
.citat2 {
    position: absolute;
    right: 155px;
    font-size: 18px;
}
.citat2:before {
    content: "_____";
    display: block;
    padding-bottom: 10px;
}
.sektion5 .wp-block-column {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
	color: #333333;
}
.sektion5 .wp-block-column span {
    color: #676767;
    font-style: italic;
}
.jag-arbetar-txt {
    padding-top: 15px;
}
.process-nr {
    font-size: 24px;
    color: #f38868;
    font-weight: 600;
    margin-bottom: 0px;
}
.boka-ett-besok a {
    text-align: center;
    background: #f6f3ee;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #333333;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
	height: 135px;
}
.boka-ett-besok a:hover {
    background: #e9e3d9;
    color: #737373;
}
.bra-att-veta-title {
    font-size: 18px;
    font-weight: 600;
}
.sektion6 .wp-block-column {
    background: #f0eae13d;
    padding: 15px;
	border-radius: 10px;
}
footer.blog-footer svg {
    fill: #ad522ae3;
    stroke-width: 1;
    stroke: #c28182;
}
li#mega-menu-item-3072 a {
    background: #c07f63 !important;
    border-radius: 10px !important;
    height: 40px !important;
    line-height: 3 !important;
	margin-left: 15px !important;
	color: #ffffff !important;
}
.boka-ett-besok .ikon svg {
    fill: #ad522ae3;
    stroke-width: 1;
    stroke: #c28182;
    margin-bottom: 8px;
}
.pil {
    font-size: 50px;
    margin-bottom: -18px;
    color: #b56442;
    margin-top: -22px;
}

.flip-card {
    background-color: transparent;
    width: 260px;
    height: 260px;
    perspective: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.flip-card-inner {
    position: relative;
    width: 260px;
    height: 260px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}
.flip-card:hover .flip-card-inner {transform: rotateY(180deg);}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-back {
    background-color: #f6f3ee;
    color: #232323;
    transform: rotateY(180deg);
    border-radius: 100%;
    padding-top: 60px;
}
.flip-card-front img {
    width: 260px;
    border-radius: 100%;
}
.flip-card-back h1 {
    font-size: 19px;
    color: #b56442;
    font-weight: 600;
	padding-top: 30px;
}
.flip-card-back p {
    font-size: 15px;
    color: #b56442;
}
.site-branding {
    position: absolute;
    top: 15px;
}
.site-branding h1 {
    font-size: 20px;
    color: #c07f63;
    font-weight: 600;
}
.site-description {
    line-height: 0.8;
    font-style: italic;
    font-size: 16px;
    color: #c07f63d9;
    letter-spacing: 0.6px;
}
.fyra-pa-rad-img img {
    height: 315px;
    object-fit: cover;
}
img.wp-image-3120 {
    object-position: left;
}
img.wp-image-3117 {
    object-position: right;
}
.sektion1 .wp-block-media-text__content {
    padding-left: 0;
}
.main-container {
    padding-top: 75px;
}
#kontakt {
    padding-top: 90px;
    margin-top: -90px;
    display: block;
}
#fragor {
    padding-top: 90px;
    margin-top: -90px;
    display: block;
}
#patienter {
    padding-top: 90px;
    margin-top: -90px;
    display: block;
}
#om-mig {
    padding-top: 90px;
    margin-top: -90px;
    display: block;
}
#sa-jobbar-jag {
    padding-top: 90px;
    margin-top: -90px;
    display: block;
}
#behandlingar {
    padding-top: 90px;
    margin-top: -90px;
    display: block;
}
h1.site-title {
    color: #c07f63;
}
.footer-name {
	color: #c07f63;
}
.footer-descripton {
	color: #c07f63d9;
	font-size: 12px;
}
.site-branding img {
    width: 130px;
	//margin-top: 10px;
}
.logo-txt {
    font-size: 14px;
    position: relative;
    top: -35px;
    left: 150px;
    letter-spacing: 0.2px;
    width: 130px;
}

@media screen and (max-width: 1200px) {
	.site-description {
		width: 200px;
		line-height: 1.1;
        font-size: 15px;
	}
	.site-branding {
		top: 6px;
	}
	footer.blog-footer .site-description {
		text-align: center;
		display: inline-block;
		margin-bottom: 5px;
	}
	img.wp-image-3117 {
		object-position: bottom;
	}
	img.wp-image-3120 {
		object-position: center;
	}
	.logo-txt {
		font-size: 13px;
		left: 140px;
	}
	.site-branding img {
        margin-top: 10px;
    }
}

@media screen and (max-width: 990px) {
	.masthead-inner .site-branding {
        display: block;
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 190px;
        top: -20px;
    }
	.masthead {
		background: #ffffff;
	}
	ul#mega-menu-primary {
		background: #ffffff !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary {
		text-align: left !important;
	}
	li#mega-menu-item-3072 a {
		margin-left: 60px !important;
	}
	.logo-txt {
		display: none;
	}
}


@media screen and (max-width: 770px) {
	li#mega-menu-item-3072 a {
		color: #ffffff !important;
		margin-left: 15px !important;
		margin-right: 15px !important;
		text-align: center !important;
	}
	.masthead-inner .site-branding {
        top: -28px;
    }
	div#mega-menu-wrap-primary {
		top: 40px;
	}
	.sektion1 .wp-block-media-text.has-media-on-the-right {
		display: block;
	}
	.specialistfysioterapeut-txt {
		text-align: center;
	}
	h2.namn-margit {
		text-align: center;
	}
	.sektion1 p {
		text-align: center;
	}
	a.kontakta-mig .kontakta-mig-btn {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.sektion3 .wp-block-media-text.has-media-on-the-right {
		display: block;
	}
	.sektion3 .wp-block-heading { 
		text-align: center;
	}
	.process-nr {
		text-align: center;
	}
	.sektion3 img {
		margin-top: 30px;
	}
	.sektion6 img.wp-block-cover__image-background.wp-image-2960 {
		object-position: left !important;
	}
	.citat1 {
        text-align: center;
        right: 0;
        left: 0;
        background: #ffffff7d;
        padding: 15px;
        font-size: 32px;
        bottom: -175px;
    }
	.citat2 {
        text-align: center;
        right: 0;
        left: 0;
        top: 190px;
    }
	.sektion1 .wp-block-media-text__content {
		padding-left: 8%;
	}
	img.wp-image-3139 {
		object-position: top;
	}
}



