:root{
	--theme-color: #cd5e16;
}

body {
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 150% !important;
}

h3 > a:hover,
.child a:hover,
.icon-block-h a:hover{
	text-decoration: none !important;
	color: unset !important;
}

.flex-container{
	display: flex;
}

.center{
	margin: 0 auto;
	text-align: center;
}

.cyber-img{
	background-image: url('images/shutterstock_1115252555_edit_web.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 600px;
    height: 400px;
}

.aktuell-img{
	background-image: url('images/shutterstock_744297028_web.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 600px;
    height: 400px;
}

.app-img{
	background-image: url('images/Logo_ServiceApp_web.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 600px;
    height: 400px;
}

@media (max-width: 768px) {
    .cyber-img,
	.aktuell-img,
	.app-img{
		width: 400px;
	}
}

.come-in {
  transform: translateX(500px);
  animation: come-in 1s ease forwards;
  animation-delay: 250ms;
}
.come-in:nth-child(odd) {
  animation-duration: 0.8s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

h1 {
    color: var(--theme-color) !important;
    font-size: 300% !important;
    font-weight: 100 !important;
    margin-top: 0px !important;
    margin-bottom: 60px !important;
}

h2 {
    color: #333 !important;
    font-size: 200% !important;
    font-weight: 100 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
	text-align: center;
}

@media (max-width: 1375px) {
    h2 {
        font-size: 150% !important;
    }
}
@media (max-width: 1200px) {
    h2 {
        font-size: 100% !important;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 150% !important;
        margin-bottom: 40px !important;
    }
}

.profile {
    margin: 12px 0;
    border-radius: 12px;
}

ul.clean { list-style-type: none; }

.logo {
    background-image: url(images/akk_digital_logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
    height: 150px;
}

.logo-landing {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 255px;
    transition: bottom 250ms ease-out;
}

.logo-akk-link{
	background-image: url(images/akk_logo_claim.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
    height: 258px;
}

.bg-akk {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.bg-akk::after {
    position: absolute;
    background-image: url(images/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    opacity: 0.25;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* position: absolute; */
    z-index: -1;
}

.button-default {
    padding: 12px 26px;
    border-radius: 6px;
    background-color: var(--theme-color);
    color: #ffffff;
    transition: 150ms linear all;
    text-decoration: none !important;
}

.button-default:hover {
    background-color: #629dce;
    color: #ffffff;
}

.btn-news {
    font-size: 150%;
}

.panel {
    border-radius: 0px !important;
    border: none !important;
    box-shadow: 0.5px 0.5px 12px #999 !important;
}

.panel-heading {
    background-color: #efefef !important;
    background-image: none !important;
}

.panel-title a {
    color: var(--theme-color) !important;
    text-decoration: none !important;
}


.panel-title:hover a {
    color: #333 !important;
}

/* Landing page */

#landing-page {
    height: 100vh;
    background-image: url(images/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
}

.center {
    max-width: 1200px;
    margin: 24px auto;
    margin-top: 42px;
}

.center .header-container {
    display: flex;
}

.center .header-container .child {
    margin: auto;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .center .header-container {
		display: block;
	}
	
	.center .header-container .child {
		margin: auto;
		display: flex;
		flex-direction: column;
	}
	
	.center .header-container .child img {
		margin: auto;
	}
	
	.center .header-container.selbstrechner .child-01,
	.center .header-container.selbstrechner .child-02,
	.center .header-container.selbstrechner .child-03	{
		display: none;
	}
}

.hint-group{
	display: flex;
	color: var(--theme-color);
}

.hint-group i{
	font-size: 400%;
	margin-right: 12px;
}

.hint-group h3{
	text-align: left;
	color: var(--theme-color) !important;
	margin: 0;
	margin-bottom: 24px;
	padding: 0;
}

.text-01{
	color: #333;
	text-align: center;
}

.datenschutz-link{
	color: var(--theme-color) !important;
}

span.font1 {
    text-transform: uppercase;
    color: #999;
    font-size: 22px;
    font-weight: bold;
    /* margin-left: 0; */
    text-align: left;
    text-indent: 32px;
}

span.font2 {
    color: var(--theme-color);
    font-weight: bold;
    font-size: 32px;
    /* margin: 0 82px; */
    word-break: break-word;
    text-align: left;
    /* font-family: "Comic Sans MS", cursive, sans-serif; */
}

.child.child-01 .font2 {
    /* text-indent: -20px; */
}

.child.child-02 .font2 {
    /* text-indent: -100px; */
}

.child.child-03 .font2 {
    /* text-indent: -60px; */
}



@media (max-width: 768px) {
    span.font1 {
	text-align: center;
	font-size: 16px;
	text-indent: 0;
	margin-top: 6px;
	margin-bottom: -8px;
	}

	span.font2 {
	}

	.child.child-01 .font2 {
	text-align: center;
	font-size: 28px;
	}

	.child.child-02 .font2 {
	text-align: center;
	font-size: 28px;
	}

	.child.child-03 .font2 {
	text-align: center;
	font-size: 28px;
	}
}

.video-container {
    border-radius: 12px;
    margin-top: 52px;
    position: relative;
}

.ccc-button {
    /* position: absolute; */
    transform: rotate(-15deg);
    width: 164px;
    height: 164px;
    background: var(
    --theme-color);
    z-index: 1;
    border-radius: 100%;
    /* top: -64px; */
    /* right: -64px; */
    display: flex;
    border: solid 4px var(
    --theme-color);
    transition: border 150ms linear;
}

.ccc-button:hover{
	cursor: pointer;
	border: solid 0px var(--theme-color);
}

.ccc-button .inner {
    margin: auto;
    display: flex;
    flex-direction: column;
    border: solid 2px #FFF;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.ccc-button .inner .inner2 {
    margin: auto;
    display: flex;
    flex-direction: column;
}

.ccc-button .inner .inner2 span.s1 {
    margin: 0 auto;
    color: #FFF;
    font-size: 22px;
	transition: font-size 150ms linear;
}

.ccc-button .inner .inner2 span.s2 {
    margin: 0 auto;
    color: #FFF;
    font-size: 42px;
	transition: font-size 150ms linear;
}

.ccc-button:hover .inner .inner2 span.s1{
    font-size: 24px;
}

.ccc-button:hover .inner .inner2 span.s2{
    font-size: 48px;
}

@media (max-width: 768px) {
    .ccc-button{
	/* right: -32px; */
	/* top: -96px; */
	margin: 12px auto;
	}
}

.video-container video{
	width: 100%;
    height: 100%;
    border-radius: 12px;
}

.columns {
    display: flex;
    /* flex-direction: column; */
}


@media (max-width: 768px) {
    .columns{
		display: block;
	}
}

.white-box{
    margin: 24px;
    background: #FFF;
    width: 100%;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: revert;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .white-box{
		margin: 0;
	}
	
	.icon-block{
		margin: auto;
	}
}

.transparent-box{
    margin: 24px;
    background: transparent;
    width: 100%;
    border-radius: 12px;
    padding: 0px;
    display: flex;
    flex-direction: revert;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .transparent-box{
		margin: 0;
	}
}

video{
	width: 100%;
	height: 100%;
	border-radius: 12px;
	max-width: 750px;
	margin: auto;
}

.icon-block > a{
	display: flex;
	flex-direction: column;
	margin: auto;
	margin: auto;
	padding: 40px 0;
	width: 240px;
transition: 150ms linear all;
}
.icon-block > a:hover,
.icon-block > a:focus,
.icon-block > a:active{
color: #333;
text-decoration: none;
transform: scale(1.1);
}

.icon-block a i{margin: auto;color: var(--theme-color);font-size: 670%;}

.icon-block a span{margin: auto;color: #ccc;font-size: 150%;}

.theme-element {
    background: #FFF;
    position: relative;
    width: 100%;
    margin: 24px;
    margin-top: 94px;
    border-radius: 12px;
    transition: all 150ms linear;
}

.theme-element h2{
	margin: 12px !important;
}

.theme-element:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.theme-element > a{
    margin-top: 70px;
    display: flex;
    width: 100%;
    flex-direction: column;
    text-decoration: none !important;
}

.figure {
    height: 168px;
    width: 168px;
    background: #ccc;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 22px;
    margin-top: -64px;
    position: relative;
    display: flex;
}

.figure > i {
	color: var(--theme-color);
    margin: auto;
    font-size: 750%;
}

.theme-element span {
    color: var(--theme-color);
    font-weight: bold;
    font-size: 22px;
    margin: 42px auto;
    text-align: center;
	text-decoration: none;
}


@media (max-width: 768px) {
    .theme-element{
		margin: unset;
    margin-top: 94px;
	}
}


#landing-page .center .welcome {
    margin: 32px auto;
    font-size: 250%;
    text-align: center;
    line-height: 100%;
    color: #d3ded8;
    font-weight: normal;
    width: 65%;
}

#landing-page .center .slogan {
    font-size: 250%;
    text-align: center;
    color: #d3ded8;
    font-weight: 100;
}

@media (max-width: 768px) {
    #landing-page .center .welcome {
        margin: 16px auto;
        font-size: 150%;
        text-align: center;
        line-height: 100%;
        color: var(--theme-color);
        font-weight: normal;
        width: 100%;
    }

    #landing-page .center .slogan {
        font-size: 200%;
        text-align: center;
        font-weight: normal;
    }
}

.map {
    width: 800px;
    margin: 12px 0;
}

@media (max-width: 1600px) {
    .map {
        width: 500px;
    }
}

@media (max-width: 1500px) {
    .map {
        width: 400px;
    }
}

@media (max-width: 1200px) {
    .map {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .map {
        width: 400px;
    }
}

@media (max-width: 768px) {
    .map {
        width: auto;
    }
}

.scroll-down {
    position: absolute;
    left: calc(50% - 36px);
    bottom: 72px;
    color: var(--theme-color);
    cursor: pointer;
    border: 3px solid var(--theme-color);
    border-radius: 100%;
    width: 72px;
    height: 72px;
    display: flex;
}

.scroll-down i {
    font-size: 220%;
    margin: 0 auto;
    line-height: 64px;
    transition: all 100ms ease-in;
}

.scroll-down:hover i { font-size: 270%; }

/* Sidebar */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled { padding-left: 255px; }

#sidebar-wrapper {
    top: 0px;
    z-index: 1000;
    position: absolute;
    left: 255px;
    width: 0;
    height: 100%;
    margin-left: -255px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper { width: 255px; }

#page-content-wrapper {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -255px;
}

.container-fluid {
    background-color: rgba(255, 255, 255, 0);
    padding: 24px 24px 48px 24px;
}

h1, .container-fluid h1, .container-fluid h2 { text-align: center; }

@media (max-width: 768px) {
	h1{
		font-size: 32px !important;
		margin-top: 36px !important;
	}
}

.hamburger {padding: 4px 4px !important;}

ul.list-checks li {
    list-style-type: none;
    margin: 24px 0;
}

ul.list-checks li:before {
    content: "✔";
    color: var(--theme-color);
}

.flex-container {
    width: 100%;
    display: flex;
}

.flex-center {
    margin: 0 auto;
    text-align: center;
}

.font-size-sm { font-size: 75%; }

.font-size-rg { font-size: 100%; }

.font-size-lg { font-size: 125%; }

.font-style-bold {
    font-weight: bold;
    font-style: normal;
}

.margin-bottom { margin-bottom: 24px; }

.margin-null {
    margin: 0 !important;
    padding: 0 !important;
}

.margin-video {
    margin: 0 !important;
    padding: 12px !important;
}

.margin-video div {
    box-shadow: 0.5px 0.5px 12px #999;
}

.padding-24 { padding: 24px; }

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 255px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.sidebar-nav li {
    /*margin-left: 20px;*/
    line-height: 40px;
    list-style-type: none;
    margin: auto 0px;
}

.sidebar-nav li ul { padding-left: 0; }

.sidebar-nav li ul li { line-height: 30px; }

.sidebar-nav li ul li a { padding-left: 32px; }

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: var(--theme-color);
    line-height: 120%;
    padding: 5px 0;
    padding-left: 16px;
    /*text-indent: 18px;*/
    word-wrap: break-word;
    transition: box-shadow 150ms linear;
}

.sidebar-nav li:not(:first-child):not(:last-child) a:hover,
.sidebar-nav li:not(:first-child):not(:last-child) a.jqhover {
    text-decoration: none;
    color: #333333;
    box-shadow: inset 6px 0 0 var(--theme-color);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; }

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a { color: #999999; }

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.claim{
	margin-bottom: 0 !important;
	margin-top: 100% !important;
}

@media (min-width: 768px) {
    #wrapper { padding-left: 0; }

    #wrapper.toggled { padding-left: 255px; }

    #sidebar-wrapper { width: 0; }

    #wrapper.toggled #sidebar-wrapper { width: 255px; }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}





.col-md-4 div span {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    display: block;
    width: calc(100% - 24px);
    margin: 12px;
    padding: 6px;
    color: #FFF;
    font-size: 18px;
    text-decoration: none !important;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    opacity: 0;
}

.col-md-4 div span.video {
    position: relative;
    opacity: 1;
    width: 100% !important;
    margin: 0 !important;
}

.container-fluid .themes .col-md-4 {
    margin: 12px !important;
    width: calc(33.3333% - 24px) !important;
}

@media (max-width: 991px) {
    .container-fluid .themes .col-md-4 {
        width: 100% !important;
    }
}

.container-fluid .themes .col-md-4 figure {
    margin: 0 !important;
}


figure {
    /*width: 300px;*/
    height: 200px;
    margin: 0 12px 32px 12px !important;
    padding: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0.5px 0.5px 12px #999;
}

figure + span {
    bottom: 20px !important;
    opacity: 1 !important;
}

figure:hover {
    text-decoration: none !important;}

figure.inner-text, figure.inner-text:hover {
    padding: 12px !important;
    text-decoration: none !important;
}


/* Shine */

.hover14 { overflow: hidden; }

.hover14:hover { cursor: pointer; }

.hover14 figure {
    position: relative;
    opacity: 1;
    transition: all 250ms linear;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: 90%;
    z-index: 2;
    display: block;
    content: '';
    width: 150%;
    height: 100%;
    /*background: linear-gradient(to right, rgba(255,255,255, 1) -25%, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0) 10%, rgba(255,255,255, 1) 25%);*/
    background: linear-gradient(to right, #ffffff 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 85%, #ffffff 85%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-15deg);
    transition: all 250ms linear;
}

.hover14 figure:hover::before { left: -20%; }

.col-md-4 div span {
    pointer-events: none;
    min-height: 64px;
}

.hover14 figure:hover {
    opacity: 0.8;
    -webkit-filter: grayscale(75%); /* Safari 6.0 - 9.0 */
    filter: grayscale(75%);
}

@-webkit-keyframes shine {
    100% { left: -20%; }
}

@keyframes shine {
    100% { left: -20%; }
}



/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66.6%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,95,173,0.40) 80%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,95,173,0.40) 80%);
    content: '';
    opacity: 1;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    color: #333;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before{
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}




/* Form */

.kontakt form { width: 100% !important; }

.kontakt input {
    width: 100%;
    padding: 10px;
    padding-right: 0;
    border: none;
    /*font-family: 'Helvetica_Thin', Fallback, sans-serif;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    transition: 150ms linear all;
}

.kontakt input:focus { border-bottom: var(--theme-color) solid 2px; }

.kontakt button {
    width: 100%;
    padding: 10px;
    border: none;
    /*font-family: 'Helvetica_Thin', Fallback, sans-serif;*/
    outline: none;
    transition: 150ms linear all;
}

.kontakt button:focus { border-bottom: var(--theme-color) solid 2px; }

.kontakt textarea {
    width: 100%;
    min-height: 180px;
    padding: 10px;
    padding-right: 0;
    border: none;
    /*font-family: 'Helvetica_Thin', Fallback, sans-serif;*/
    resize: vertical;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: 150ms linear all;
}

.kontakt textarea:focus { border-bottom: var(--theme-color) solid 2px; }

.kontakt .form_success {
    width: 100%;
    flex-direction: row;
    display: flex;
    transition: 200ms ease-in-out;
}

.kontakt .form_success span {
    vertical-align: middle;
    margin: auto;
    color: var(--theme-color);
    font-size: 150%;
}

.kontakt .form_success span.success-icon {
    margin-right: 6px;
}

.kontakt .form_success span.success-text {
    margin-left: 0;
}

.kontakt a { color: #333; }

.kontakt a:hover { color: #0096ff; }



.rechner fieldset{
	/* display: flex; */
	flex-direction: row;
	width: 100%;
	color: var(--theme-color) !important;
}

.rechner fieldset > div{
	margin: auto !important;
	width: auto !important;
	float: left;
}

.rechner fieldset input{
	width: auto !important;
	margin: auto !important;
}

.rechner fieldset label{
	/* width: 25% !important; */
	/* margin: auto !important; */
	margin-right: 45px;
	/* float: left; */
}

@media (max-width: 768px) {
    .rechner fieldset{
		flex-direction: column;
		display: flex;
	}

	.rechner fieldset input{
		width: 20px !important;
		margin: 0 !important;
	}
}

.rechner input,
.rechner textarea{
	background: var(--theme-color);
	border-radius: 8px;
	color: #FFF;
	margin: 6px 6px;
}

.date-label{
	margin: auto;
	margin-left: 6px;
	color: var(--theme-color);
}

.rechner .form-group{
	display: flex;
}

input[name=privacy]{
	width: unset;
	margin-right: 6px !important;
}

.con{
	
}

.con .titles{
	width: 100%;
}

.con .tiles{
	display: flex;
	flex-wrap: wrap;
}

.con .tiles .icon-block-h{
	width: 50%;
	margin: auto;
	display: flex;
}
.con .tiles .icon-block-h a{
	color: var(--theme-color);
	font-size: 150%;
	display: flex;
}
.con .tiles .icon-block-h a i{
	font-size: 190%;
	margin: auto 12px;
}
.con .tiles .icon-block-h a span{
	
}


@media (max-width: 768px) {
    .con .tiles .icon-block-h{
		width: 100%;
		margin: 12px 0;
	}
.con .tiles .icon-block-h a i{
	/* margin: 12px; */
	/* width: 30px; */
}
}

.con .social-button{
	width: 240px;
	height: 240px;
	transform: rotate(-15deg);
}

.con .social-button .inner{
	
}

.con .social-button .inner .inner2{
	
}

.con .social-button .inner .inner2 .s1{
	font-size: 18px;
	margin: auto;
	text-align: center;
}

.social-button:hover .inner .inner2 span.s1{
    font-size: 20px;
}

.con .social-button .inner .inner2 .s2{
	
}

.con .social-button .inner .inner2 .buttons{
	display: flex;
	width: 100px;
	margin: auto;
}

.con .social-button .inner .inner2 .buttons a{
	margin: auto;
	font-size: 250%;
}

.con .social-button .inner .inner2 .buttons a i{
	
}

.con iframe{
	/* width: calc(100%); */
	margin: auto;
}

.icon-text-block
{
	    display: flex;
    flex-direction: row;
}

.icon-text-block span
{
	margin: auto;
	margin-left: 0;
	text-align: left;
	max-width: calc(100% - 116px);
}

.icon-text-block .icon-circle{
	margin: 16px;
	/* margin-left: 0; */
	/* margin-right: 0; */
	width: 64px;
	height: 64px;
	background: var(--theme-color);
	border-radius: 100%;
	display: flex;
}

.icon-text-block .icon-circle i{
	    color: white;
    margin: auto;
    font-size: 150%;
	
}