/* Allgemein */
body {
    background-color: ghostwhite;
    font-size: 18px;
    line-height: 30px;
}

h1,
h2 {
    margin-bottom: 1.5rem;
}

a:visited {
    color: blueviolet;
}


.small_Container {
    max-width: 800px;
}

.columncenter {
    display: flex;
    justify-content: center;
}

.maxwith {
    max-width: 500px;
}

.border_pic {
    border-radius: 25px;
    max-height: 100px;
}

b {
    font-weight: 500;
}

/* ALLGEMEIN END*/



/* Zoomin */
#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#zoomIn:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure {
    overflow: hidden;
}

/* Zoomin END*/



/* Header */
header.masthead {
    position: relative;
    background-color: #343a40;
    background: url("imgs/wave.jpg");
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

header.masthead:before {
    content: "";
    position: absolute;
    background-color: #1c375e;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

header.masthead h1,
header.masthead .h1 {
    font-size: 2rem;
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    header.masthead h1,
    header.masthead .h1 {
        font-size: 3rem;
    }
}

.text-white {
    --bs-text-opacity: 1;
}

/* Header END*/



/* Navbar */
#mainNavbar .navbar-brand {
    color: #30383b;
    font-size: 1.5rem;
    font-weight: 500;
}

#mainNavbar .navbar-brand:hover {
    color: gray;
}

#mainNavbar .nav-link {
    color: #30383b;
}


.navbar {
    background-color: ghostwhite;
    font-weight: 500;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.fixed-top {
    /* position: fixed; */
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


.brand:hover {
    color: grey;
}

#mainNavbar .nav-link:hover {
    color: Grey;
}

.selected {
    text-decoration: underline;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border:  none;
}

/* Navbar END*/



/* INDEX */
.content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.Mehr_Info {
    color: #BC2C1A;
    font-weight: 600
}


.Mehr_Info:visited {
    color: #BC2C1A;
    text-decoration: none;
}

.Mehr_Info:hover {
    color: #BC2C1A;
    text-decoration: underline;
}

/* INDEX END*/



/* BOOKS */
.youtubeicon {
    width: 50px;
}

.amazonicon {
    width: 40px;
}

.space-evenly {
    display: flex;
    justify-content: space-evenly;
}
/* BOOKS END*/



/* Channels */
.icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(18 66 101 / 8%);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.mb-3{
    max-height: 88px;
}


/* Channels END*/



/* About Me */
.leftpic img {
    width: 150px;
    height: 150px;
    float: left;
    margin: 10px;
}


.rightpic img {
    width: 150px;
    height: 150px;
    float: right;
    margin: 10px;
    /*shape-outside: 0;*/
}
/* About Me END*/

.pic img {
    width: 150px;
    height: 150px;
    margin: 10px;
    /*shape-outside: 0;*/
}


.WestonPriceImg div {
    margin: 20px;
}