@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

::selection{background-color: #007fc8; color: #fff;}
::-moz-selection{background-color: #007fc8; color: #fff;}


body {
	color: #2a2a2a !important;
 	font-family: 'Roboto', sans-serif !important;
  	font-weight: 400 !important;
}

body h1,body h2,body h3,body h4{
	margin-bottom: 10px;
	font-weight: bold;
}

body h1 {
    font-size: 30px;
}


body h2 {
    font-size: 28px;
}

body h3 {
    font-size: 21px;
	font-weight: 500;
}
body h3.font {
    font-size: 20px;
}

body h4{
	font-size: 18px;
	font-weight: 500;
	color: #007fc8;
}

body h4 span{
	color: #a4a4a4;
}

body h5 {
	font-size: 16px;
	font-weight: 400;

}



body h6{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 300;
    line-height: 1.4;
}

body p{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}

body a:hover,
body a:focus,
body a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.break-all{
	/*word-break: break-all;*/
	text-align: justify;
}
body b, body strong{
	font-weight: 500;
}

.btn.btn1 {
    background: #fff;
    color: #007fc8;
    border: 1px solid #fff;
    min-width: 120px;
    padding: 8px 45px;
    border-radius: 0;
    box-shadow: 0 3px 3px 0px rgb(0 0 0 / 30%);
    outline: none !important;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    white-space: inherit;
    transition: all .3s ease;
}
.btn.btn1:hover {
	background: #2a2a2a;
	border-color: #2a2a2a;
	color: #fff;
}
.btn.btn1 span{
	margin-right: 4px;
    vertical-align: text-bottom;
}

.padding{
	padding-top: 3em;
	padding-bottom: 3em;
}



/*header*/
.header{
    padding: 12px 0;
	border-bottom: 2px solid rgb(0 0 0 / 15%);
}
.logo1 {
    width: 300px;
}


/*section1*/
.section1 .text-box{
	background: #819fc4;
	padding: 30px;
    height: 100%;
}

/*list1*/
.list1{
	list-style: none;
	padding: 0;
}
.list1 li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}
.list1 li img {
    position: absolute;
    left: 0;
    top: -5px;
    width: 25px;
}

.list1.red li img {
    width: 18px;
}

.list1 h5{
	text-shadow: 0 0 4px rgb(0 0 0 / 50%);
}

/*section3*/
.section3 {
	background: url('../images/sigeko-bg.jpg');
	background-size: cover;
}
.section3 .section3-box{
	background: #e9e8e0;
	padding: 30px;
    margin-top: 35%;
}
.section3 .list1 li {
	margin-bottom: 15px;
}
.section3 .list1 li h6{
	color: #403f40;
	font-weight: 500;
}

/*section4*/
.section4{

}
.section4 .box .name{
	color: #aaa9a1;
}
.section4 .box {
	margin-top: 2em;
}
.section4 .box p{
	font-weight: 400;
}
.section4 .box img{
	margin-right: 15px;
	max-width: 90px;
	min-width: 70px;
}

/*section5*/
.section5 .section5-box{
	background: #819fc4;
    padding: 2em 0;
}
.section5 .section5-box .contact{
	background: #fff;
    padding: 1.5em 1em;
    margin-top: 2em;
}
.section5 .section5-box .contact h5{
	font-weight: 600;
	color: #474747;
}


.disclaimer{font-size: 14px; }
.btn.btn1.blue{background: #819fc4; color: #fff; border: none; box-shadow: none; transition: none; transform: none;}
.btn.btn1.blue:hover{background: #007fc8;}

.btn.btn1.black{background: #474747; border-color: #474747; transition: none; transform: none;}
.btn.btn1.black:hover{background: #819fc4 !important; border-color: #819fc4;}

.omoblau a:hover{color: #007fc8;}

/*footer*/
.footer {
	padding-top: 3em;
	padding-bottom: 3em;
}
.footer .copy{
	color: #aaa9a1;
	text-align: left;
	font-size: 14px;
}