@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.mydiv-basis {
    border-style: solid;
    border-width: thick;
    height: 200px;
}

.mydiv-arrorw-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}

.mydiv-arrorw-right {
    width: 0;
    height: 0px;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid blue;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    /*    width: 300px;
*/ height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
/*    text-align: center;
*/
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: rgb(1,56,115);
    color: white;
    text-align: center;
}

/* Style the back side */
.flip-card-back {
    background-color: rgb(1,56,115);
    color: white;
    transform: rotateY(180deg);
}

/*Pfeil mit Inhalt*/
.pointer {
    width: 350px;
    height: 120px;
    position: relative;
    background: rgb(1,56,115);
    border-color:white;
}

    .pointer:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid #D9D9D9;
        border-top: 60px solid transparent;
        border-bottom: 60px solid transparent;
    }

    .pointer:before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid rgb(1,56,115);
        border-top: 60px solid transparent;
        border-bottom: 60px solid transparent;
    }

.defaultdesign {
    background-color: rgb(1,56,115);
    color: white;
    /*justify-content: center;*/
    margin-left: 70px;
    margin-right: 70px;
}

.img1 {
    width: 100px;
    height: 100px;
}

.img10 {
    width: 100px;
    height: 100px;
    margin-left: 100px;
}

.img3 {
    width: 30px;
    height: 30px;
}
.img2 {
    width: 200px;
    height: 100px;
}

.my_button {
    border: 0;
    background-color: rgb(255,102,0);
    ;
    padding: 10px 50px;
/*    border-radius: 6px;
*/    color: white;
    width: 100%;
}

my_button:disabled,
button[disabled]{
    border: 0;
    background-color: #D9D9D9;
    
    padding: 10px 50px;
/*    border-radius: 6px;
*/    color: black;
    width: 100%;
}

.my_buttonback {
    border: 0;
    background-color: darkgray;
    ;
    padding: 10px 50px;
/*    border-radius: 6px;
*/    color: white;
    width: 100%;
}

my_buttonback:disabled,
button[disabled] {
    border: 0;
    background-color: #D9D9D9;
    padding: 10px 50px;
/*    border-radius: 6px;
*/    color: black;
    width: 100%;
}
.my_borderbottom {
    border-bottom: solid;
    border-color: rgb(255,102,0)
}

.my_colororange {
    color: rgb(255,102,0);
}

.my_backgroundblue {
    background-color: #0066B3;
    color: white;
    /*    margin-bottom:10px;
*/
}

.my_backgroundorgange {
    background-color: rgb(255, 102, 0);
    color:white;
}

.my_backgroundbluewhiteborder {
    background-color: rgb(1,56,115);
    color:white;
    border-color:white;
    border-width:1px;
    border-style:solid;
}

.my_backgroundbluewhiteborderborderorange {
    background-color: rgb(1,56,115);
    color: white;
    border-bottom-color:rgb(255, 102, 0);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}


.my_borderorange {
    border-bottom-color: rgb(255, 102, 0);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.my_bordergray {
    border-bottom-color: #D9D9D9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.my_backgroundbluewhite {
    background-color: rgb(1,56,115);
    color: white;
}
.my_backgroundlightbluewhite {
    background-color: #327DC8;
    color: white;
}

.my_backgroundwhite {
    background-color: white;
}

.my_backgroundgray {
    background-color: #F4F4F4;
}

.my_widtheinstellungen {
    width:100%;
}

.my_widthtextareaeinstellungen {
    width: 100%;
    height:150px;
}


.my_kapital {
    font-size:16pt;
    font-weight:bold;
}

.my_scrolltop {
    scroll-margin-top: 6.5em;
}

.my_toprow {
    z-index:100;
}

.my_backgroundstart {
    background-image:url("/images/0_Testimonial.jpg");
    color:white;
   background-size:contain;
   background-repeat:no-repeat;
}

.my_backgroundplaceholder {
    height: 150px;
    width: 200px;
    background-color: rgb(1,56,115);
}

.my_zentriert {
    text-align:center;
}
.my_backgroundzentriert {
    background-image: url("/images/0_Vorschau_Grau.jpg");
    background-size: contain;
      background-repeat: no-repeat;
}

.my_img{
    max-height:100%;
    max-width:100%;
}

.my_imgzentriert {
   margin:0 auto;
}

.my_height100 {
    height: 100px;
}
.my_height50 {
    height: 50px;
}
.my_height30 {
    height: 30px;
}
    /* h1 {
        color:orange;
    }*/
